GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoPolygon Class
/ ContainsPoint Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
public
override
bool
ContainsPoint(
PointF
p
)
Parameters
p
Remarks
This currently does not take pen width into account.
See Also
Reference
GoPolygon Class
GoPolygon Members