[]
        
(Showing Draft Content)

C1.WPF.C1ZoomUnit.-ctor

C1ZoomUnit Constructor

C1ZoomUnit(double)

Initializes a new instance of the C1ZoomUnit struct.

Declaration
public C1ZoomUnit(double zoom)
Public Sub New(zoom As Double)
Parameters
Type Name Description
double zoom

C1ZoomUnit(double, C1ZoomUnitType)

Initializes a new instance of the C1ZoomUnit struct.

Declaration
public C1ZoomUnit(double value, C1ZoomUnitType type)
Public Sub New(value As Double, type As C1ZoomUnitType)
Parameters
Type Name Description
double value

The value.

C1ZoomUnitType type

The type of unit used to express the zoom.