FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / IRenderEngine Interface / DrawImage Method
the source of image.
X coordinate of image.
Y coordinate of image.
Image width.
Image height.

In This Topic
    DrawImage Method (IRenderEngine)
    In This Topic
    Draw image using special source.
    Syntax
    'Declaration
     
    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 _
    ) 
    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
    Image width.
    h
    Image height.
    See Also