Click or drag to resize
CanvasGeometryFillContainsPoint Method (Vector2)
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
Syntax
C#
public bool FillContainsPoint(
	Vector2 point
)

Parameters

point
Type: System.NumericsVector2

Return Value

Type: Boolean
Remarks
Uses the default flattening tolerance and identity transform on the input geometry.
See Also