Click or drag to resize

CoordinateReferenceSystemZoom Method

Returns the zoom level corresponding to the given scale factor.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public virtual double Zoom(
	double scale
)
View Source

Parameters

scale  Double
The scale factor.

Return Value

Double
The zoom level corresponding to the given scale factor.
See Also