GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoStroke 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 (GoStroke)
In This Topic
A point is in a stroke only if it is near one of its segments.
Syntax
C#
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
Reference
GoStroke Class
GoStroke Members