'Declaration Public Overloads Function StrokeContainsPoint( _ ByVal point As Point2F, _ ByVal strokeWidth As Single _ ) As Boolean
public bool StrokeContainsPoint( Point2F point, float strokeWidth )
Parameters
- point
- The point to test for containment.
- strokeWidth
- The thickness of the stroke to apply.
Return Value
When this method returns, contains a boolean value set to true if the geometry's stroke contains the specified point; otherwise, false. You must allocate storage for this parameter.