OpenTK.Box2 Members

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

Bottomfloat. The bottom boundary of the structure.
Leftfloat. The left boundary of the structure.
Rightfloat. The right boundary of the structure.
Topfloat. The top boundary of the structure.

Public Properties

[read-only]
Heightfloat. Gets a float describing the height of the Box2 structure.
[read-only]
Widthfloat. Gets a float describing the width of the Box2 structure.

Public Methods

override
ToString() : string
Documentation for this section has not yet been entered.