BoundingBoxUV Members

The BoundingBoxUV type exposes the following members.

Constructors

  NameDescription
Public methodBoundingBoxUV()()()()
default constructor
Public methodBoundingBoxUV(Double, Double, Double, Double)
Creates object with supplied values.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the BoundingBoxUV
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyBounds
Indexed access for loops. Use 0 for Min and 1 for Max.
Public propertyIsSet
Indicates whether the BoundingBoxUV is set or not.
Public propertyMax
Maximum coordinates (upper-right corner of the box).
Public propertyMin
Minimum coordinates (lower-left corner of the box).

See Also