snapshotView

inline fun NodeContainer.snapshotView(): SnapshotView

Add a SnapshotView to this container.

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 NodeContainer.snapshotView(configuration: KtfxSnapshotView.() -> Unit): SnapshotView

Add a SnapshotView with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.