(x, y, width, height)
| 34 | this.bitmap = new Bitmap(dictionary.width, dictionary.height, dictionary.pixelFormat, this.buffer, 0); |
| 35 | } |
| 36 | begin(x, y, width, height) { return native("xs_BufferOut_begin").call(this, x, y, width, height); } |
| 37 | send(pixels, offsetIn, count) { return native("xs_BufferOut_send").call(this, pixels, offsetIn, count); } |
| 38 | end() { |
| 39 | } |