ImageDrawLineV method

Implementation

String ImageDrawLineV(
  ImageBase dst,
  Vector2Base start,
  Vector2Base end,
  ColorBase color,
) => 'ImageDrawLineV($dst, $start, $end, $color)';