TypeLib Xojo support Plugin

RawBitmapConverterConsole.FromPicture Method

Converts console or web mode Xojo Picture object instance to RawBitmap instance.

shared FromPicture(
   image as Picture) as RawBitmap

Parameters

image
The picture to be converted.

Returns

RawBitmap
The converted picture as RawBitmap.

Remarks

See Also

RawBitmapConverterConsole Class