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

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

    Parameters

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