Level Conversion (Double to Level) |
Initializes a new
Level instance from its double representation.
Namespace:
DotNetBrowser.Zoom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public static explicit operator Level (
double value
)
Parameters
- value
- Type: SystemDouble
The level representation.
Return Value
Type:
LevelThe initialized
Level instance.
See Also