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

See Also

RawBitmap Class