| 172 | } |
| 173 | |
| 174 | void CUIRect::Draw4(ColorRGBA ColorTopLeft, ColorRGBA ColorTopRight, ColorRGBA ColorBottomLeft, ColorRGBA ColorBottomRight, int Corners, float Rounding) const |
| 175 | { |
| 176 | ms_pGraphics->DrawRect4(x, y, w, h, ColorTopLeft, ColorTopRight, ColorBottomLeft, ColorBottomRight, Corners, Rounding); |
| 177 | } |
| 178 | |
| 179 | void CUIRect::DrawOutline(ColorRGBA Color) const |
| 180 | { |
no test coverage detected