[]
Initializes a new instance of the C1ZoomUnit struct.
public C1ZoomUnit(double zoom)
Public Sub New(zoom As Double)
| Type | Name | Description |
|---|---|---|
| double | zoom |
Initializes a new instance of the C1ZoomUnit struct.
public C1ZoomUnit(double value, C1ZoomUnitType type)
Public Sub New(value As Double, type As C1ZoomUnitType)
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
| C1ZoomUnitType | type | The type of unit used to express the zoom. |