ComponentOne Word for UWP
DrawImage(WriteableBitmap,Rect) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > DrawImage Method : DrawImage(WriteableBitmap,Rect) Method
The drawing image/bitmap.
The drawing rectangle.
Draw image/bitmap with content alignment.
Syntax
'Declaration
 
Public Overloads Sub DrawImage( _
   ByVal image As Windows.UI.Xaml.Media.Imaging.WriteableBitmap, _
   ByVal rc As Windows.Foundation.Rect _
) 
public void DrawImage( 
   Windows.UI.Xaml.Media.Imaging.WriteableBitmap image,
   Windows.Foundation.Rect rc
)

Parameters

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

Reference

C1WordDocument Class
C1WordDocument Members
Overload List