Returns the size of an image in pixels using the resolution of the current graphics.
'Declaration
Public Function GetImageSize( _
ByVal As IImage _
) As System.Drawing.SizeF
public System.Drawing.SizeF GetImageSize(
IImage
)
Parameters
- image
- The image to get the size of.
Return Value
The size of the image, in current resolution pixels.