Click or drag to resize
CanvasGeometryRelation Enumeration
Describes how one geometry is spatially related to another geometry.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasGeometryRelation
Members
  Member nameValueDescription
Disjoint0The two geometries do not intersect at all.
Contained1This geometry is entirely contained by the passed-in geometry.
Contains2This geometry entirely contains the passed-in geometry.
Overlap3The two geometries overlap but neither completely contains the other.
See Also