CADability dotNET
DEPRECATED, use ZoomTotal(Double) instead.

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

Syntax

C#
public void ZoomToModelExtent(
	Rectangle ClientRect,
	double Factor
)
Visual Basic
Public Sub ZoomToModelExtent ( _
	ClientRect As Rectangle, _
	Factor As Double _
)
Visual C++
public:
void ZoomToModelExtent(
	Rectangle ClientRect, 
	double Factor
)

Parameters

ClientRect
Type: System.Drawing..::..Rectangle
Factor
Type: System..::..Double

See Also