Click or drag to resize
CanvasGeometryStrokeContainsPoint Method
Overload List
  NameDescription
Public methodStrokeContainsPoint(Vector2, Single)
Returns whether the stroked area of this geometry, with the specified stroke width and default stroke style, would contain the specified point.
Public methodStrokeContainsPoint(Vector2, Single, CanvasStrokeStyle)
Returns whether the stroked area of this geometry, with the specified stroke width and stroke style, would contain the specified point.
Public methodStrokeContainsPoint(Vector2, Single, CanvasStrokeStyle, Matrix3x2, Single)
Returns whether the stroked area of this geometry, with the specified stroke width and stroke style, would contain the specified point.
Top
See Also