CanvasGeometry.StrokeContainsPoint Method (Vector2, Single) |
Returns whether the stroked area of this geometry, with the specified stroke width and default stroke style, would contain the specified point.
Namespace:
Microsoft.Graphics.Canvas.Geometry
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic bool StrokeContainsPoint(
Vector2 point,
float strokeWidth
)
Parameters
- point
- Type: System.Numerics.Vector2
- strokeWidth
- Type: System.Single
Return Value
Type:
Boolean
Remarks
See Also