C1ZoomUnit Constructor(Double)
In This Topic
Initializes a new instance of the
C1ZoomUnit struct.
Syntax
'Declaration
Public Function New( _
ByVal As Double _
)
'Usage
Dim zoom As Double
Dim instance As New C1ZoomUnit(zoom)
public C1ZoomUnit(
double
)
public:
C1ZoomUnit(
double
)
Parameters
- zoom
See Also