Table of Contents

Operator explicit operator

Namespace
DotNetBrowser.Zoom
Assembly
DotNetBrowser.dll

explicit operator Level(double)

Initializes a new Level instance from its double representation.

public static explicit operator Level(double value)

Parameters

value double

The level representation.

Returns

Level

The initialized Level instance.