enum
UIng::Area::WindowResizeEdge
Defined in:
uing/area/area/window_resize_edge.crEnum Members
-
Left =
0 -
Top =
1 -
Right =
2 -
Bottom =
3 -
TopLeft =
4 -
TopRight =
5 -
BottomLeft =
6 -
BottomRight =
7
Instance Method Summary
-
#bottom?
Returns
trueif this enum value equalsBottom -
#bottom_left?
Returns
trueif this enum value equalsBottomLeft -
#bottom_right?
Returns
trueif this enum value equalsBottomRight -
#left?
Returns
trueif this enum value equalsLeft -
#right?
Returns
trueif this enum value equalsRight -
#top?
Returns
trueif this enum value equalsTop -
#top_left?
Returns
trueif this enum value equalsTopLeft -
#top_right?
Returns
trueif this enum value equalsTopRight