FORMS_DrawRectangle

A function defined in FORMS_DrawRectangle.gml

FORMS_DrawRectangle(_x, _y, _width, _height, _color[, _alpha])

Description

Draws a rectangle of the given size and color at the given position.

Arguments

Name Type Description
_x Real The x position to draw the rectangle at.
_y Real The y position to draw the rectangle at.
_width Real The width of the rectangle.
_height Real The height of the rectangle.
_color Real The color of the rectangle.
_alpha Real The alpha of the rectangle.

Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.