Integer 2D rectangle.
This is typically used for specifying rectanges in exact pixel coordinates. Like clip regions, or Window position, etc.
Constructs a IRect with the spefcified coordinates
returns the height of the rectangle
returns true if left > = right, or top >= bottom
returns the width of the rectangle
See Implementation
Integer 2D rectangle.
This is typically used for specifying rectanges in exact pixel coordinates. Like clip regions, or Window position, etc.