DrawRect

Category: Images and Rendering

Back to System Functions


Signature

DrawRect(x As Integer, y As Integer, width As Integer, height As Integer)

Returns

Void

Description

Queues an outlined rectangle using the current draw color.

Example

DrawRect(32, 32, 128, 64)