Bitmap interface
IBitmap's companion object
Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.
Returns the alignment in bytes of the bitmap's memory. Common values: 1, 4, 8.
For Bitmap context: gets the start address of the bitmap. Announce the bitmap's memory should be locked;
Encoding.
Height.
Size of the bitmap.
System rendering context address (platform-dependent)
Viewport rectangle associated with this rendering context
Width.
For Bitmap context: announce the bitmap's memory should be locked;
Overrides finalize that garbage collector will call when needed.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Checks if this object is valid.
Releases the native referenced value of this object if: