Click or drag to resize
DigitalRuneRectangleShapeExtent Property
Gets or sets the extent vector.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public Vector2F Extent { get; set; }

Property Value

Type: Vector2F
The extent of the rectangle (WidthX, WidthY).
Exceptions
ExceptionCondition
ArgumentOutOfRangeException A component of value is negative.
See Also