SVGTransformableNode

abstract class SVGTransformableNode : SVGNode

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
expect open val isClosed: Boolean

Check if underlying resource is closed.

Link copied to clipboard
expect val refCount: Int

Number of references on underlying native object.

Link copied to clipboard
val tag: SVGTag

Functions

Link copied to clipboard
expect open fun close()

Free underlying native resource, peer is useless afterwards.

Link copied to clipboard
expect open override fun toString(): String