WinUI | ComponentOne
C1.WinUI.Rendering Assembly / C1.WinUI.Rendering Namespace / IRenderingEngine Interface / DrawImage Method
the source of image.
x-coordinate of image.
y-coordinate of image.
Image width.
Image height.
In This Topic
    DrawImage Method (IRenderingEngine)
    In This Topic
    Draw image using special source.
    Syntax
    void DrawImage( 
       object source,
       double x,
       double y,
       double w,
       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