TypeLib Xojo support Plugin

RawBitmapConverter Class

A class to convert classes of type RawBitmap to and from Picture. This class is kept separate from the RawBitmap since RawBitmap can work in any mode including console, while Picture class has restrictions.

This class is for use in desktop mode. Use the other class, RawBitmapConverterConsole if you are in console or web mode.

Object
   RawBitmapConverter

class RawBitmapConverter

Methods

shared FromPictureConverts desktop mode Xojo Picture object instance to RawBitmap instance.
shared FromPictureTaskCreates Task to convert desktop mode Xojo Picture object instance to RawBitmap instance.
shared ToPictureConverts RawBitmap to desktop mode Xojo Picture object.
shared ToPictureTaskCreates Task to convert RawBitmap to desktop mode Xojo Picture object.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS