GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / PositionEndLabel Method
The label object.
Whether the lab is the ToLabel.
The port link point.
The inner point of the end segment.
The inner end point of the second line segment.
In This Topic
    PositionEndLabel Method
    In This Topic
    Move a FromLabel or ToLabel to be near the link's corresponding end point.
    Syntax
    protected virtual void PositionEndLabel( 
       GoObject lab,
       bool atEnd,
       PointF a,
       PointF b,
       PointF c
    )

    Parameters

    lab
    The label object.
    atEnd
    Whether the lab is the ToLabel.
    a
    The port link point.
    b
    The inner point of the end segment.
    c
    The inner end point of the second line segment.
    Remarks
    Note that if there is no end segment, a and b will be the same PointF.
    See Also