'Declaration Public Overloads Function StrokeContainsPoint( _ ByVal point As Point2L, _ ByVal strokeWidth As Single, _ ByVal strokeStyle As StrokeStyle, _ ByVal transform As Matrix3x2 _ ) As Boolean
public bool StrokeContainsPoint( Point2L point, float strokeWidth, StrokeStyle strokeStyle, Matrix3x2 transform )
Parameters
- point
- The point to test for containment.
- strokeWidth
- The thickness of the stroke to apply.
- strokeStyle
- The style of stroke to apply.
- transform
- The transform to apply to the stroked geometry.
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.