TypeLib Xojo support Plugin

RawBitmap.Constructor Constructor

Constructs a new 4 channel RawBitmap with a given width and given height.

Constructor(
   width as Integer,
   height as Integer)

Parameters

width
The width for the Bitmap.
height
The height for the Bitmap.

Remarks

This constructor can throw OutOfMemoryException

See Also

RawBitmap Class