DrawImage(Image,RectangleF,RectangleF) Method
In This Topic
Draw image/bitmap with content alignment.
Syntax
'Declaration
Public Overloads Sub DrawImage( _
ByVal As GrapeCity.Documents.Drawing.Image, _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Drawing.RectangleF _
)
public void DrawImage(
GrapeCity.Documents.Drawing.Image ,
System.Drawing.RectangleF ,
System.Drawing.RectangleF
)
Parameters
- image
- The drawing image/bitmap.
- rc
- The drawing rectangle in pixels.
- rcClip
- The drawing clip for image/bitmap rectangle in pixels.
See Also