ImageBitmap
Overview
The ImageBitmap interface represents a bitmap image which can be drawn to a <canvas> without undue latency. It can be created from a variety of source objects using the createImageBitmap() factory method. ImageBitmap provides an asynchronous and resource efficient pathway to prepare textures for rendering in WebGL.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
height
property height: Int32 read;
Int32 height { get; }
var height: Int32 { get{} }
Int32 height { __get; }
ReadOnly Property height() As Int32
width
property width: Int32 read;
Int32 width { get; }
var width: Int32 { get{} }
Int32 width { __get; }
ReadOnly Property width() As Int32