Click or drag to resize
CanvasGeometryCompareWith Method (CanvasGeometry, Matrix3x2, Single)
Returns a value describing the intersection between this geometry and the specified geometry.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasGeometryRelation CompareWith(
	CanvasGeometry otherGeometry,
	Matrix3x2 otherGeometryTransform,
	float flatteningTolerance
)

Parameters

otherGeometry
Type: Microsoft.Graphics.Canvas.GeometryCanvasGeometry
otherGeometryTransform
Type: System.NumericsMatrix3x2
flatteningTolerance
Type: SystemSingle

Return Value

Type: CanvasGeometryRelation
Remarks
Uses the specified flattening tolerance and the specified transform on the input geometry.
See Also