ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / DrawImage Method / DrawImage(Image,RectangleF,RectangleF) Method
The drawing image/bitmap.
The drawing image/bitmap rectangle.
The drawing clip for image/bitmap rectangle.

In This Topic
    DrawImage(Image,RectangleF,RectangleF) Method
    In This Topic
    Draw image/bitmap with content alignment.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawImage( _
       ByVal image As System.Drawing.Image, _
       ByVal rcImage As System.Drawing.RectangleF, _
       ByVal rcClip As System.Drawing.RectangleF _
    ) 
    public void DrawImage( 
       System.Drawing.Image image,
       System.Drawing.RectangleF rcImage,
       System.Drawing.RectangleF rcClip
    )

    Parameters

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