[]
        
(Showing Draft Content)

C1.C1Preview.ZoomSliderScale.-ctor

ZoomSliderScale Constructor

ZoomSliderScale(double, double, int, int)

Initializes a new instance of the ZoomSliderScale class.

Declaration
public ZoomSliderScale(double minZoom, double maxZoom, int minSlider, int maxSlider)
Public Sub New(minZoom As Double, maxZoom As Double, minSlider As Integer, maxSlider As Integer)
Parameters
Type Name Description
double minZoom

Minimum allowed zoom factor (must be less than 1; 1 means no zoom).

double maxZoom

Maximum allowed zoom factor (must be greater than 1; 1 means no zoom).

int minSlider

Minimum possible slider value.

int maxSlider

Maximum possible slider value.