GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (GoStroke)
    In This Topic
    A point is in a stroke only if it is near one of its segments.
    Syntax
    public override bool ContainsPoint( 
       PointF p
    )

    Parameters

    p
    Remarks
    This just calls GetSegmentNearPoint to see if the point p is near a segment. This is sensitive to the PickMargin value.
    See Also