public method SetupZoom(minScaleSetup:
float,
maxScaleSetup: float):
void;
public void SetupZoom(float minScaleSetup,
float maxScaleSetup);
public method SetupZoom(minScaleSetup:
float,
maxScaleSetup: float,
scaleStepSetup: float,
referenceScaleSetup: float):
void;
public void SetupZoom(float minScaleSetup,
float maxScaleSetup,
float scaleStepSetup,
float referenceScaleSetup);