ComponentOne FlexChart for UWP
C1.UWP.FlexChart 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
    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