Rect |
protected enum Location
| Member name | Value | Description |
|---|---|---|
| left | 0 | The point lies on or beyond the left side of the rectangle. |
| top | 1 | The point lies on or beyond the top side of the rectangle. |
| right | 2 | The point lies on or beyond the right side of the rectangle. |
| bottom | 3 | The point lies on or beyond the bottom side of the rectangle. |
| inside | 4 | The point lies inside the rectangle. |
The RectClip64Location type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |