Bitmap
declare class Bitmap {}
Bitmap
Instance Method
constructor
Signature
declare class Bitmap {
constructor(width: number, height: number);
}
Description
Create a new bitmap.
getWidth
Signature
declare class Bitmap {
getWidth(): number;
}
Description
Returns the bitmap's width.
getHeight
Signature
declare class Bitmap {
getHeight(): number;
}
Description
Returns the bitmap's height.