| UtilsLib REALbasic Support Plugin |
|
RawBitmap.RawBitmap Constructor
Constructs a new 4 channel RawBitmap with a given width and given height.
RawBitmap(
width as Integer,
height as Integer)
Parameters
- width
- The width for the Bitmap.
- height
- The height for the Bitmap.
Remarks
See Also
RawBitmap Class