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