GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / PositionMidLabel Method
The label object.
The start point of the middle segment of the link.
The end point of the middle segment of the link.
In This Topic
    PositionMidLabel Method
    In This Topic
    Move the MidLabel to an appropriate location near the middle of the link.
    Syntax
    protected virtual void PositionMidLabel( 
       GoObject lab,
       PointF a,
       PointF b
    )

    Parameters

    lab
    The label object.
    a
    The start point of the middle segment of the link.
    b
    The end point of the middle segment of the link.
    See Also