GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (GoPolygon)
    In This Topic
    A point is in a polygon only if it is inside its fill area, even if it has no Brush.
    Syntax
    public override bool ContainsPoint( 
       PointF p
    )

    Parameters

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