Initializes a new 
Level instance from its double representation.
            
 
    Namespace: 
   DotNetBrowser.Zoom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.0
Syntaxpublic static Level Create(
	double value
)
Parameters
- value
 - Type: SystemDouble
The level representation. 
Return Value
Type: 
LevelThe initialized 
Level instance.
See Also