CanvasGeometry.FillContainsPoint Method (Vector2, Matrix3x2, Single) |
Returns whether the area filled by the geometry contains the specified point.
Namespace:
Microsoft.Graphics.Canvas.Geometry
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic bool FillContainsPoint(
Vector2 point,
Matrix3x2 transform,
float flatteningTolerance
)
Parameters
- point
- Type: System.Numerics.Vector2
- transform
- Type: System.Numerics.Matrix3x2
- flatteningTolerance
- Type: System.Single
Return Value
Type:
Boolean
Remarks
See Also