DrawLineEx function

void DrawLineEx(
  1. Vector2D startPos,
  2. Vector2D endPos,
  3. double thick,
  4. ColorD color,
)

See RaylibCoreFlatModule.DrawLineEx.

Implementation

void DrawLineEx(
  Vector2D startPos,
  Vector2D endPos,
  double thick,
  ColorD color,
) => _module.DrawLineEx(startPos, endPos, thick, color);