⚠️ This site is under development, some artefacts may be missing or incomplete.
PIXEL UI
DrawFullRoundedBox

DrawFullRoundedBox

PIXEL.DrawFullRoundedBox( number radius, number x, number y, number width, number height, Color color )

Description

Draws a box with rounded corners that can be used for masking.

Arguments

number radius

The radius of the rounded corners.

number x

The X coordinate to draw at.

number y

The Y coordinate to draw at.

number width

The width of the box.

number height

The height of the box.

Color color

The color of the box.