DrawImage(C1Bitmap,RectangleF,RectangleF) Method
In This Topic
Draw image/bitmap with content alignment.
Syntax
'Declaration
Public Overloads Sub DrawImage( _
ByVal As C1.Win.Bitmap.C1Bitmap, _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Drawing.RectangleF _
)
public void DrawImage(
C1.Win.Bitmap.C1Bitmap ,
System.Drawing.RectangleF ,
System.Drawing.RectangleF
)
Parameters
- image
- The drawing image/bitmap.
- rcImage
- The drawing image/bitmap rectangle.
- rcClip
- The drawing clip for image/bitmap rectangle.
See Also