DrawRectangleLinesEx method

void DrawRectangleLinesEx(
  1. RectangleC rec,
  2. double lineThick,
  3. ColorC color
)

Implementation

void DrawRectangleLinesEx(RectangleC rec, double lineThick, ColorC color) {
  return _DrawRectangleLinesEx(rec, lineThick, color);
}