'宣言 Public Shared Function GetImageSize( _ ByVal image As System.Drawing.Image _ ) As C1.Win.Interop.Size
'使用法 Dim image As System.Drawing.Image Dim value As C1.Win.Interop.Size value = Utils.GetImageSize(image)
public static C1.Win.Interop.Size GetImageSize( System.Drawing.Image image )
パラメータ
- image
- The image to get the size of.
戻り値の型
The size of image in twips.