CADability dotNET
Creates a new BoundingRect with the provided limits.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public BoundingRect(
	double Left,
	double Bottom,
	double Right,
	double Top
)
Visual Basic
Public Sub New ( _
	Left As Double, _
	Bottom As Double, _
	Right As Double, _
	Top As Double _
)
Visual C++
public:
BoundingRect(
	double Left, 
	double Bottom, 
	double Right, 
	double Top
)

Parameters

Left
Type: System..::..Double
Left limit
Bottom
Type: System..::..Double
Bottom limit
Right
Type: System..::..Double
Top
Type: System..::..Double

See Also