Click or drag to resize

RectangleD3D Properties

The RectangleD3D type exposes the following members.

Properties
 NameDescription
Public propertyCenter Gets the center of this rectangle.
Public propertyEdges Gets the edges of the rectangle (first bottom edges, then the pillars, and then the top edges).
Public propertyStatic memberEmpty 
Public propertyIsEmpty Gets a value indicating whether this rectangle is empty (all sizes are zero).
Public propertyLocation Gets the location (left-top-front corner) of the rectangle.
Public propertyLocationPlusSize Gets the location plus size (right-bottom-back corner) of the rectangle.
Public propertyOuterCircleBoundingBox Gets a rectangle that includes the smallest circle around this rectangle.
Public propertyPlanes Gets an enumeration of the planes of the faces of this rectangle (left, right, front, back, bottom, top).
Public propertySize 
Public propertySizeX 
Public propertySizeY 
Public propertySizeZ 
Public propertyTriangleIndices Gets the triangle indices of all faces using the vertices returned by Vertices. The order is front, back, top, bottom, left, right.
Public propertyVertices Gets the vertices in binary order (x: 0th digit, y: 1st digit, z: 2nd digit).
Public propertyX 
Public propertyXCenter 
Public propertyXPlusSizeX 
Public propertyY 
Public propertyYCenter 
Public propertyYPlusSizeY 
Public propertyZ 
Public propertyZCenter 
Public propertyZPlusSizeZ 
Top
See Also