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

DrawOutlinedRoundedBox

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

Description

Draws the outline of a rounded box with the given attributes.

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.

number thickness

The thickness of the outline.