Enum D2D1GeometryRelation
Describes how one geometry object is spatially related to another geometry object.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1GeometryRelation
Fields
Name | Description |
---|---|
Contains | The object entirely contains the passed in geometry. |
Disjoint | The two geometries do not intersect at all. |
IsContained | The passed in geometry is entirely contained by the object. |
Overlap | The two geometries overlap but neither completely contains the other. |
Unknown | The relation between the geometries couldn't be determined. This value is never returned by any D2D method. |