ComponentOne Bitmap for UWP
StrokeContainsPoint(Point2L,Single) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Geometry Class > StrokeContainsPoint Method : StrokeContainsPoint(Point2L,Single) Method
The point to test for containment.
The thickness of the stroke to apply.
Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.
Syntax
'Declaration
 
Public Overloads Function StrokeContainsPoint( _
   ByVal point As Point2L, _
   ByVal strokeWidth As System.Single _
) As System.Boolean
public System.bool StrokeContainsPoint( 
   Point2L point,
   System.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.
See Also

Reference

Geometry Class
Geometry Members
Overload List