GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgGenerator Class / WriteRectangle Method / WriteRectangle(Pen,Brush,Single,Single,Single,Single) Method
In This Topic
    WriteRectangle(Pen,Brush,Single,Single,Single,Single) Method
    In This Topic
    This convenience overload calls WriteRectangle(Pen,Brush,RectangleF,SizeF) with a zero-by-zero corner.
    Syntax
    public void WriteRectangle( 
       Pen p,
       Brush b,
       float x,
       float y,
       float w,
       float h
    )

    Parameters

    p
    b
    x
    y
    w
    h
    See Also