The members of OpenTK.Box2 are listed below.
				
See Also: Inherited members from System.ValueType
Public Constructors
|  |  | Constructs a new Box2 with the specified dimensions. | 
|  |  | Constructs a new Box2 with the specified dimensions. | 
Public Fields
|  | Bottom | float. 
            The bottom boundary of the structure. | 
|  | Left | float. 
            The left boundary of the structure. | 
|  | Right | float. 
            The right boundary of the structure. | 
|  | Top | float. 
            The top boundary of the structure. | 
Public Properties
| [read-only] | Height | float. 
            Gets a float describing the height of the Box2 structure. | 
| [read-only] | Width | float. 
            Gets a float describing the width of the Box2 structure. | 
Public Methods
| override  | ToString() : string Documentation for this section has not yet been entered. |