ExtendibleBitmap.addBitmap

Adds a bitmap to the file (16bit).

  1. void addBitmap(void[] data, int x, int y, string bitDepth, string ID, string format, string palette)
  2. void addBitmap(ushort[] data, int x, int y, string bitDepth, string ID, string format, string palette)
    class ExtendibleBitmap
    void
    addBitmap
    (
    ushort[] data
    ,
    int x
    ,
    int y
    ,
    string bitDepth
    ,
    string ID
    ,
    string format = null
    ,
    string palette = null
    )

Meta