GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (GoDrawing)
    In This Topic
    A point is in a figure only if it is inside its fill area if the figure is closed (even if it has no Brush), and only if the point is near any of the lines of the figures if those figures are open.
    Syntax
    public override bool ContainsPoint( 
       PointF p
    )

    Parameters

    p
    Remarks
    This currently does not take any pen width into account.
    See Also