WinUI | ComponentOne
C1.WinUI.Rendering Assembly / C1.WinUI.Rendering Namespace / IRenderingEngine Interface / DrawRect Method
x-coordinate of rectangle.
y-coordinate of rectangle.
Rectangle width.
Rectangle height.
In This Topic
    DrawRect Method (IRenderingEngine)
    In This Topic
    Draw rectangle with currect stroke and fill.
    Syntax
    void DrawRect( 
       double x,
       double y,
       double w,
       double h
    )

    Parameters

    x
    x-coordinate of rectangle.
    y
    y-coordinate of rectangle.
    w
    Rectangle width.
    h
    Rectangle height.
    See Also