ImageDrawLineV function

void ImageDrawLineV(
  1. StructPointer<ImageD> dst,
  2. Vector2D start,
  3. Vector2D end,
  4. ColorD color,
)

See RaylibCoreFlatModule.ImageDrawLineV.

Implementation

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