Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?width, ?height, ?scaleFactor)

Full Usage: Options(?width, ?height, ?scaleFactor)

Parameters:
    ?width : int - Required for bitmap buffers.
    ?height : int - Required for bitmap buffers.
    ?scaleFactor : float - Defaults to 1.0.

Returns: Options
?width : int

Required for bitmap buffers.

?height : int

Required for bitmap buffers.

?scaleFactor : float

Defaults to 1.0.

Returns: Options

Instance members

Instance member Description

this.height

Full Usage: this.height

Required for bitmap buffers.

this.scaleFactor

Full Usage: this.scaleFactor

Defaults to 1.0.

this.width

Full Usage: this.width

Required for bitmap buffers.

Type something to start searching.