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

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

Syntax

C#
public void MinMax(
	GeoPoint2D p
)
Visual Basic
Public Sub MinMax ( _
	p As GeoPoint2D _
)
Visual C++
public:
void MinMax(
	GeoPoint2D p
)

Parameters

p
Type: CADability..::..GeoPoint2D
Point to be included

See Also