◆ constructor() [1/2]
| LayerZoomData.constructor |
( |
min_factor |
, |
|
|
max_factor |
|
|
) |
| |
Constructor, with parameters.
- Parameters
-
| [in] | min_factor | The minimum recommended magnification factor, in float. A negative number means no minimum zoom factor. |
| [in] | max_factor | The magnification factor, in float. A negative number means no magnification zoom factor. |
◆ constructor() [2/2]
| LayerZoomData.constructor |
( |
r |
| ) |
|
@constructor
- Parameters
-
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.
◆ Set()
| LayerZoomData.Set |
( |
min_factor |
, |
|
|
max_factor |
|
|
) |
| |