v2.37
 
Rect Struct Reference

Represents a rect defined by its edge's coords. More...

Public Attributes

double Bottom
 The y-coordinate of the rectangle's bottom edge.
 
double Left
 The x-coordinate of the rectangle's left edge.
 
double Right
 The x-coordinate of the rectangle's right edge.
 
double Top
 The y-coordinate of the rectangle's top edge.
 

Detailed Description

Represents a rect defined by its edge's coords.