'Declaration
Public Function New( _ ByVal value As Double, _ ByVal type As C1ZoomUnitType _ )
'Usage
Dim value As Double Dim type As C1ZoomUnitType Dim instance As New C1ZoomUnit(value, type)
public C1ZoomUnit( double value, C1ZoomUnitType type )
public: C1ZoomUnit( double value, C1ZoomUnitType type )
Parameters
- value
- The value.
- type
- The type of unit used to express the zoom.