Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcGraphicsExt Class / DrawImage Method / DrawImage(GcGraphics,Object,RectangleF,ImageScale) Method
The graphics to draw on.
The image object (an GrapeCity.Documents.Drawing.IImage or a GrapeCity.Documents.Pdf.Graphics.FormXObject).
The image bounds.
The image alignment and scaling.

In This Topic
    DrawImage(GcGraphics,Object,RectangleF,ImageScale) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DrawImage( _
       ByVal g As GcGraphics, _
       ByVal image As System.Object, _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal imageScale As ImageScale _
    ) 
    public static void DrawImage( 
       GcGraphics g,
       System.object image,
       System.Drawing.RectangleF bounds,
       ImageScale imageScale
    )

    Parameters

    g
    The graphics to draw on.
    image
    The image object (an GrapeCity.Documents.Drawing.IImage or a GrapeCity.Documents.Pdf.Graphics.FormXObject).
    bounds
    The image bounds.
    imageScale
    The image alignment and scaling.
    See Also