'宣言 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
- サイズを取得する画像。
戻り値の型
image のサイズ(ツイップ単位)。