CADability dotNET
Zoom to the extent of the displayed model. Use 1.1 as a factor to leave some small amound of border area blank. Use 1.0 to exactely fit into the window

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

Syntax

C#
public void ZoomTotal(
	double Factor
)
Visual Basic
Public Sub ZoomTotal ( _
	Factor As Double _
)
Visual C++
public:
void ZoomTotal(
	double Factor
)

Parameters

Factor
Type: System..::..Double
Additional scaling factor

See Also