ImageDrawLineV method

void ImageDrawLineV(
  1. Pointer<ImageC> dst,
  2. Vector2C start,
  3. Vector2C end,
  4. ColorC color,
)

Draw line within an image (Vector version)

Implementation

void ImageDrawLineV(Pointer<ImageC> dst, Vector2C start, Vector2C end, ColorC color)
  => _ImageDrawLineV(dst, start, end, color);