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 public enum CanvasGeometryRelation
Members
| Member name | Value | Description |
---|
| Disjoint | 0 | The two geometries do not intersect at all. |
| Contained | 1 | This geometry is entirely contained by the passed-in geometry. |
| Contains | 2 | This geometry entirely contains the passed-in geometry. |
| Overlap | 3 | The two geometries overlap but neither completely contains the other. |
See Also