ExtendibleBitmap.addBitmap

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addBitmap(void[] data, int x, int y, string bitDepth, string ID, string format)
  2. void addBitmap(ushort[] data, int x, int y, string bitDepth, string ID, string format)
    class ExtendibleBitmap
    void
    addBitmap
    (
    ushort[] data
    ,
    int x
    ,
    int y
    ,
    string bitDepth
    ,
    string ID
    ,
    string format = ""
    )
  3. void addBitmap(ubyte[] data, int x, int y, string bitDepth, string ID, string format, ReplaceData rd)

Meta