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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(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