ImageDrawLineEx method

Implementation

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