GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgGenerator Class / WriteLine Method / WriteLine(Pen,PointF,PointF) Method
In This Topic
    WriteLine(Pen,PointF,PointF) Method
    In This Topic
    Produce a "line" SVG element.
    Syntax
    public virtual void WriteLine( 
       Pen p,
       PointF a,
       PointF b
    )

    Parameters

    p
    a
    b
    See Also