| RectangleShapeExtent 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 Vector2F Extent { get; set; }
<XmlIgnoreAttribute>
<ContentSerializerIgnoreAttribute>
Public Property Extent As Vector2F
Get
Set
public:
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
property Vector2F Extent {
Vector2F get ();
void set (Vector2F value);
}
[<XmlIgnoreAttribute>]
[<ContentSerializerIgnoreAttribute>]
member Extent : Vector2F with get, set
Property Value
Type:
Vector2FThe extent of the rectangle (
WidthX,
WidthY).
Exceptions See Also