DrawImage(C1Bitmap,Rect,Rect) Method
Draw image/bitmap with content alignment.
public void DrawImage(
C1.WPF.Bitmap.C1Bitmap ,
Rect ,
Rect
)
'Declaration
Public Overloads Sub DrawImage( _
ByVal As C1.WPF.Bitmap.C1Bitmap, _
ByVal As Rect, _
ByVal As Rect _
)
Parameters
- image
- The drawing image/bitmap.
- rcImage
- The drawing image/bitmap rectangle.
- rcClip
- The drawing clip for image/bitmap rectangle.