Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / GetImageSize Method
The image to get the size of.

In This Topic
    GetImageSize Method
    In This Topic
    Returns the size of an image in pixels using the resolution of the current graphics.
    Syntax
    'Declaration
     
    Public Function GetImageSize( _
       ByVal image As IImage _
    ) As System.Drawing.SizeF
    public System.Drawing.SizeF GetImageSize( 
       IImage image
    )

    Parameters

    image
    The image to get the size of.

    Return Value

    The size of the image, in current resolution pixels.
    See Also