CADability dotNET
Adapts the size of this bounding rectangle to include the provided rectangle.

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

Syntax

C#
public void MinMax(
	BoundingRect r
)
Visual Basic
Public Sub MinMax ( _
	r As BoundingRect _
)
Visual C++
public:
void MinMax(
	BoundingRect r
)

Parameters

r
Type: CADability..::..BoundingRect
Rectangle to be included

See Also