readPixels2 method

  1. @JSName('readPixels')
void readPixels2 (int x, int y, int width, int height, int format, int type, dynamic dstData_OR_offset, [ int offset ])
@JSName('readPixels')

Implementation

@JSName('readPixels')
void readPixels2(int x, int y, int width, int height, int format, int type,
    dstData_OR_offset,
    [int offset]) native;