ComponentOne Basic Library for UWP
C1ZoomUnit Constructor(Double,C1ZoomUnitType)

C1.UWP Assembly > C1.Xaml Namespace > C1ZoomUnit Structure > C1ZoomUnit Constructor : C1ZoomUnit Constructor(Double,C1ZoomUnitType)
The value.
The type of unit used to express the zoom.
Initializes a new instance of the C1ZoomUnit struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Double, _
   ByVal type As C1ZoomUnitType _
)
public C1ZoomUnit( 
   System.double value,
   C1ZoomUnitType type
)

Parameters

value
The value.
type
The type of unit used to express the zoom.
See Also

Reference

C1ZoomUnit Structure
C1ZoomUnit Members
Overload List