IBitmap

open class IBitmap : GemNativeObj

Bitmap interface

Inheritors

Constructors

Link copied to clipboard
constructor(address: Long)

Types

Link copied to clipboard
object Companion

IBitmap's companion object

Properties

Link copied to clipboard

Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.

Link copied to clipboard

Returns the alignment in bytes of the bitmap's memory. Common values: 1, 4, 8.

Link copied to clipboard

For Bitmap context: gets the start address of the bitmap. Announce the bitmap's memory should be locked;

Link copied to clipboard
Link copied to clipboard
val height: Int

Height.

Link copied to clipboard
val size: Size?

Size of the bitmap.

Link copied to clipboard

System rendering context address (platform-dependent)

Link copied to clipboard

Viewport rectangle associated with this rendering context

Link copied to clipboard
val width: Int

Width.

Functions

Link copied to clipboard
open external fun end()

For Bitmap context: announce the bitmap's memory should be locked;

Link copied to clipboard
fun finalize()

Overrides finalize that garbage collector will call when needed.

Link copied to clipboard

True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object

Link copied to clipboard
operator fun not(): Boolean

Checks if this object is valid.

Link copied to clipboard
fun release()

Releases the native referenced value of this object if: