| BoxShapeExtent Property |
Gets or sets the extent vector.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax [XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public Vector3F Extent { get; set; }
<XmlIgnoreAttribute>
<ContentSerializerIgnoreAttribute>
Public Property Extent As Vector3F
Get
Set
public:
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
property Vector3F Extent {
Vector3F get ();
void set (Vector3F value);
}
[<XmlIgnoreAttribute>]
[<ContentSerializerIgnoreAttribute>]
member Extent : Vector3F with get, set
Property Value
Type:
Vector3F
The extent of the box (
WidthX,
WidthY,
WidthZ).
Exceptions See Also