DrawLineEx function

void DrawLineEx(
  1. Vector2C startPos,
  2. Vector2C endPos,
  3. double thick,
  4. ColorC color,
)

Implementation

void DrawLineEx(
  Vector2C startPos,
  Vector2C endPos,
  double thick,
  ColorC color,
) => _module.DrawLineEx(startPos, endPos, thick, color);