Enum conrod::Corner
[−]
[src]
pub enum Corner { TopLeft, TopRight, BottomLeft, BottomRight, }
A corner of a rectangle.
Variants
TopLeft | The top left quarter of a rectangle's area. |
TopRight | The top right quarter of a rectangle's area. |
BottomLeft | The bottom left quarter of a rectangle's area. |
BottomRight | The bottom right quarter of a rectangle's area. |