Package: pumpkin.display

Graphics

function drawSolidRectangle( c : Color, x : float, y : float, width : float, height : float ) : GraphicsDrawOP

Parameters

c

Colour to draw.

x

The x Position in pixels.

y

The y Position in pixels.

width

The width Position in pixels.

height

The height Position in pixels.


Description
Draw solid rectangle to the Sprite.