ImageDrawLine function

void ImageDrawLine(
  1. ImageD dst,
  2. num startPosX,
  3. num startPosY,
  4. num endPosX,
  5. num endPosY,
  6. ColorD color,
)

Implementation

void ImageDrawLine(
  ImageD dst,
  num startPosX,
  num startPosY,
  num endPosX,
  num endPosY,
  ColorD color,
) => _module.ImageDrawLine(dst, startPosX, startPosY, endPosX, endPosY, color);