ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / DrawImage Method / DrawImage(Object,Double,Double,Double,Double) Method
The source of image.
X-coordinate of image.
Y-coordinate of image.
Rendering width.
Rendering height.

In This Topic
    DrawImage(Object,Double,Double,Double,Double) Method
    In This Topic
    Draw image using special source.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawImage( _
       ByVal source As System.Object, _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal w As System.Double, _
       ByVal h As System.Double _
    ) 
    public void DrawImage( 
       System.object source,
       System.double x,
       System.double y,
       System.double w,
       System.double h
    )

    Parameters

    source
    The source of image.
    x
    X-coordinate of image.
    y
    Y-coordinate of image.
    w
    Rendering width.
    h
    Rendering height.
    See Also