Enum RectEdge
- Namespace
- Splat
- Assembly
- Splat.dll
Specified which edge of a rectangle to use.
- Extension Methods
Fields
Bottom = 3
The bottom of the rectangle.
Left = 0
The left of the rectangle.
Right = 2
The right of the rectangle.
Top = 1
The top of the rectangle.