ImageDrawLine abstract method

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

Implementation

void ImageDrawLine(
  ImageStructType dst,
  num startPosX,
  num startPosY,
  num endPosX,
  num endPosY,
  ColorStructType color,
);