Returns the size of an image in pixels using the resolution of the current graphics.
'宣言
Public Function GetImageSize( _
ByVal As IImage _
) As System.Drawing.SizeF
public System.Drawing.SizeF GetImageSize(
IImage
)
パラメータ
- image
- The image to get the size of.
戻り値の型
The size of the image, in current resolution pixels.