drawRangeElements method

void drawRangeElements(
  1. int mode,
  2. int start,
  3. int end,
  4. int count,
  5. int type,
  6. int offset,
)

Implementation

void drawRangeElements(
        int mode, int start, int end, int count, int type, int offset) =>
    js_util.callMethod(
        this, 'drawRangeElements', [mode, start, end, count, type, offset]);