Zoom function

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public void Dillate(
	double factor
)
Visual Basic (Declaration)
Public Sub Dillate ( _
	factor As Double _
)
Visual C++
public:
void Dillate(
	double factor
)

Parameters

factor
Type: System..::.Double
Zoom factor

See Also