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

In This Topic
DrawImage(C1Bitmap,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 rc As Rect _
) 
 

Parameters

image
The drawing image/bitmap.
rc
The drawing rectangle.
See Also