ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / DrawImage Method / DrawImage(WriteableBitmap,Rect) Method
The drawing image/bitmap.
The drawing rectangle.

In This Topic
    DrawImage(WriteableBitmap,Rect) Method
    In This Topic
    Draw image/bitmap with content alignment.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawImage( _
       ByVal image As WriteableBitmap, _
       ByVal rc As Rect _
    ) 
    public void DrawImage( 
       WriteableBitmap image,
       Rect rc
    )

    Parameters

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