GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgGenerator Class / WriteLine Method / WriteLine(Pen,Single,Single,Single,Single) Method
In This Topic
    WriteLine(Pen,Single,Single,Single,Single) Method
    In This Topic
    This convenience overload just calls WriteLine(Pen,PointF,PointF).
    Syntax
    public void WriteLine( 
       Pen p,
       float ax,
       float ay,
       float bx,
       float by
    )

    Parameters

    p
    ax
    ay
    bx
    by
    See Also