TypeLib Xojo support Plugin |
|
RawBitmap.Constructor Constructor
Constructs a new RawBitmap with a given width, given height and given number of channels.

Constructor(
width
as Integer,
height
as Integer,
channels
as Integer)
Parameters
- width
- The width for the Bitmap.
- height
- The height for the Bitmap.
- channels
- The number of channels. Supported values are 1, 3 and 4.
Remarks
This constructor can throw OutOfMemoryException
See Also
RawBitmap Class