- putCustomRect
void putCustomRect(uvec2 dest, ubyte* sourceData, ubyte sDataByteDepth, uint sDataWidth, uint sDataHeight)
Undocumented in source.
- putCustomSubRect
void putCustomSubRect(uvec2 dest, Rect source, ubyte[] sourceData, ubyte sDataByteDepth, uint sDataWidth, uint sDataHeight)
Undocumented in source.
- putSubRect
void putSubRect(uvec2 dest, Rect source, Bitmap sourceBitmap)
Undocumented in source. Be warned that the author may not have intended to support it.