[]
Returns the size of an image in pixels using the resolution of the current graphics.
public SizeF GetImageSize(IImage image)
Public Function GetImageSize(image As IImage) As SizeF
Type | Name | Description |
---|---|---|
IImage | image | The image to get the size of. |
Type | Description |
---|---|
SizeF | The size of the image, in current resolution pixels. |