Gets or sets the width of the bounding box.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public double Width { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Width As Double |
| Visual C++ |
|---|
public: property double Width { double get (); void set (double value); } |
Field Value
The width of the bounding box.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The width must not be negative. |