CADability dotNET
Sets the projection to display the [!:Model.Extent] inside the given rectangle

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
The client rectangle of the CondorControl
Factor
Type: System..::..Double
Additional Factor to show more or less

See Also