From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-to-bitmap-options/index.html | 19 +++---------------- .../-to-bitmap-options/scale-factor.html | 2 +- 2 files changed, 4 insertions(+), 17 deletions(-) (limited to 'api/pl.treksoft.kvision.electron/-to-bitmap-options') diff --git a/api/pl.treksoft.kvision.electron/-to-bitmap-options/index.html b/api/pl.treksoft.kvision.electron/-to-bitmap-options/index.html index 6765bed0..0e1436fc 100644 --- a/api/pl.treksoft.kvision.electron/-to-bitmap-options/index.html +++ b/api/pl.treksoft.kvision.electron/-to-bitmap-options/index.html @@ -8,32 +8,19 @@ kvision / pl.treksoft.kvision.electron / ToBitmapOptions

ToBitmapOptions

-external interface ToBitmapOptions +(js) interface ToBitmapOptions

Properties

-

scaleFactor

+(js) +

scaleFactor

open var scaleFactor: Number?
-

Extension Functions

- - - - - - - -
-

createInstance

-
-fun <T> Any?.createInstance(vararg args: dynamic): T -

Helper function for creating JavaScript objects from dynamic constructors.

-
diff --git a/api/pl.treksoft.kvision.electron/-to-bitmap-options/scale-factor.html b/api/pl.treksoft.kvision.electron/-to-bitmap-options/scale-factor.html index ce8b64b0..cf9eb527 100644 --- a/api/pl.treksoft.kvision.electron/-to-bitmap-options/scale-factor.html +++ b/api/pl.treksoft.kvision.electron/-to-bitmap-options/scale-factor.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / ToBitmapOptions / scaleFactor

scaleFactor

- +(js) open var scaleFactor: Number? -- cgit