Click or drag to resize
CanvasGeometryCompareWith Method (CanvasGeometry)
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
)

Parameters

otherGeometry
Type: Microsoft.Graphics.Canvas.GeometryCanvasGeometry

Return Value

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