DrawRect
Category: Images and Rendering
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)
Category: Images and Rendering
DrawRect(x As Integer, y As Integer, width As Integer, height As Integer)
Void
Queues an outlined rectangle using the current draw color.
DrawRect(32, 32, 128, 64)