ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / DrawImage Method / DrawImage(Image,RectangleF,RectangleF) Method
The drawing image/bitmap.
The drawing rectangle in pixels.
The drawing clip for image/bitmap rectangle in pixels.

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 GrapeCity.Documents.Drawing.Image, _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal rcClip As System.Drawing.RectangleF _
    ) 
    public void DrawImage( 
       GrapeCity.Documents.Drawing.Image image,
       System.Drawing.RectangleF rc,
       System.Drawing.RectangleF rcClip
    )

    Parameters

    image
    The drawing image/bitmap.
    rc
    The drawing rectangle in pixels.
    rcClip
    The drawing clip for image/bitmap rectangle in pixels.
    See Also