BITMAPLOADERACTION

Detailed Description

Action types for loading animated bitmaps.

See also
BitmapLoaderData::LoadAnimated

Enumerations

enum class  BITMAPLOADERACTION {
  INIT ,
  LOAD ,
  FREE ,
  INITLAYERSET
}
 

Functions

enum BITMAPLOADERACTION MAXON_ENUM_LIST (BITMAPLOADERACTION)
 

Enumeration Type Documentation

◆ BITMAPLOADERACTION

enum BITMAPLOADERACTION
strong
Enumerator
INIT 

Initialize.

LOAD 

Load.

FREE 

Free.

INITLAYERSET 

Initialize with a layerset. This call is optional but must be called before BITMAPLOADERACTION::INIT. The BaseBitmap pointer must point to a const LayerSet*.

Since
R19

Function Documentation

◆ MAXON_ENUM_LIST()

enum BITMAPLOADERACTION MAXON_ENUM_LIST ( BITMAPLOADERACTION  )