DrawFilledRect

Category: Images and Rendering

Back to System Functions


Signature

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

Returns

Void

Description

Queues a filled rectangle using the current draw color.

Example

DrawFilledRect(32, 32, 128, 64)