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

DrawOutlinedBox

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

Description

Draws the outline of a box with the given position, size, thickness and color.

Arguments

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.

number thickness

The thickness of the outline.

Color color

The color of the box.