ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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.Xaml.Bitmap.C1Bitmap, _
       ByVal rcImage As Rect, _
       ByVal rcClip As Rect _
    ) 
    public void DrawImage( 
       C1.Xaml.Bitmap.C1Bitmap image,
       Rect rcImage,
       Rect rcClip
    )

    Parameters

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