ImageDrawLineEx function

void ImageDrawLineEx(
  1. StructPointer<ImageD> dst,
  2. Vector2D start,
  3. Vector2D end,
  4. int thick,
  5. ColorD color,
)

See RaylibCoreFlatModule.ImageDrawLineEx.

Implementation

void ImageDrawLineEx(
  StructPointer<ImageD> dst,
  Vector2D start,
  Vector2D end,
  int thick,
  ColorD color,
) => _module.ImageDrawLineEx(dst, start, end, thick, color);