CADability dotNET
Creates a new BoundingRect with the provided center, half width and half height

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

Syntax

C#
public BoundingRect(
	GeoPoint2D Center,
	double HalfWidth,
	double HalfHeight
)
Visual Basic
Public Sub New ( _
	Center As GeoPoint2D, _
	HalfWidth As Double, _
	HalfHeight As Double _
)
Visual C++
public:
BoundingRect(
	GeoPoint2D Center, 
	double HalfWidth, 
	double HalfHeight
)

Parameters

Center
Type: CADability..::..GeoPoint2D
Center of the BoundingRect
HalfWidth
Type: System..::..Double
Half width
HalfHeight
Type: System..::..Double
Half height

See Also