Click or drag to resize

LevelCreate Method

Initializes a new Level instance from its double representation.

Namespace:  DotNetBrowser.Zoom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static Level Create(
	double value
)

Parameters

value
Type: SystemDouble
The level representation.

Return Value

Type: Level
The initialized Level instance.
See Also