Package ilcd
Class Draw

Public Method fillDisplayArea

static void fillDisplayArea(int width, int height)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
width 0 ... display width (0 = full width) horizontal value for the area to be filled
height 0 ... display height (0 = full height) vertical value for the area to be filled

Fills an area of the screen with the active fill pattern (see Attribute.setFillingColor(int), Attribute.setFillingGradient(int, int, int, int) or Attribute.setFillingTile(int)), beginning from the current cursor position.

Note

Example

Draw.fillDisplayArea(100, 50);

Fills and area of 100x50 pixels starting from the cursor position.

See also:

Draw.fillDisplay()
Attribute.setFillingColor(int)
Attribute.setFillingGradient(int, int, int, int)
Attribute.setFillingTile(int)
Attribute.setAlpha(int)
Attribute.setAdjustmentForGraphics(int)
Control.getCursorPosition()
Control.setCursorPosition(int, int)