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 rectange (first bottom edges, then the pillars, and then the top edges)
Public propertyStatic memberEmpty 
Public propertyIsEmpty 
Public propertyLocation 
Public propertyLocationPlusSize 
Public propertyOuterCircleBoundingBoxGets 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