[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.GetImageSize

GetImageSize Method

GetImageSize(IImage)

Returns the size of an image in pixels using the resolution of the current graphics.

Declaration
public SizeF GetImageSize(IImage image)
Public Function GetImageSize(image As IImage) As SizeF
Parameters
Type Name Description
IImage image

The image to get the size of.

Returns
Type Description
SizeF

The size of the image, in current resolution pixels.