GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBalloon Class / ComputeAnchorPoint Method
In This Topic
    ComputeAnchorPoint Method
    In This Topic
    Determine the end point of the balloon, near the Anchor.
    Syntax
    public virtual PointF ComputeAnchorPoint()

    Return Value

    Normally this returns the GoObject.GetNearestIntersectionPoint of the Anchor from the GoComment.Label's center. However, if there is no anchor, this method returns the point at the UnanchoredOffset from the label's Position.
    See Also