snapshotView

fun NodeManager.snapshotView(): SnapshotView

Add a SnapshotView to this manager.

Return

the control added.


inline fun snapshotView(configuration: KtfxSnapshotView.() -> Unit): SnapshotView

Create a SnapshotView with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.snapshotView(configuration: KtfxSnapshotView.() -> Unit): SnapshotView

Add a SnapshotView with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.