Gets or sets the length of the bounding rectangle.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
C# |
---|
public double Length { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Length As Double |
Visual C++ |
---|
public: property double Length { double get (); void set (double value); } |
Field Value
The length of the bounding rectangle.Remarks
The length of the bounding rectangle refers to the local x-coordinate.