DrawImage(GcGraphics,Object,RectangleF,ImageScale) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Sub DrawImage( _
ByVal As GcGraphics, _
ByVal As System.Object, _
ByVal As System.Drawing.RectangleF, _
ByVal As ImageScale _
)
public static void DrawImage(
GcGraphics ,
System.object ,
System.Drawing.RectangleF ,
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