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