C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / DrawImage Method / DrawImage(C1Bitmap,Rect,Rect) Method
The drawing image/bitmap.
The drawing image/bitmap rectangle.
The drawing clip for image/bitmap rectangle.

In This Topic
DrawImage(C1Bitmap,Rect,Rect) Method
In This Topic
Draw image/bitmap with content alignment.
Syntax
'Declaration
 
Public Overloads Sub DrawImage( _
   ByVal image As C1.WPF.Bitmap.C1Bitmap, _
   ByVal rcImage As Rect, _
   ByVal rcClip As Rect _
) 
 

Parameters

image
The drawing image/bitmap.
rcImage
The drawing image/bitmap rectangle.
rcClip
The drawing clip for image/bitmap rectangle.
See Also