418
Platforms
©2000-2008 Tibbo Technology Inc.
The display panel must be enabled (
= 1- YES) for this method to
work.
.Filledrectangle Method
Function:
Draws a filled rectangle.
Syntax:
lcd.filledrectangle(x1 as word,y1 as word, x2 as
word, y2 as word)
Returns:
---
See Also:
,
,
,
,
Par
t
Description
x1
X coordinate of the first point. Value range is 0 to
-1.
y1
Y coordinate of the first point. Value range is 0 to
-1.
x2
X coordinate of the second point. Value range is 0 to
-1.
y2
Y coordinate of the second point. Value range is 0 to
-1.
Details
The border is drawn with the specified line width (
) and "pen" color
(
). The rectangle is then filled using the background color (
). Setting the lcd.linewidth to 0 will create a rectangle with no border
-- basically, a filled area.
The display panel must be enabled (
= 1- YES) for this method to
work.
.Fontheight R/O Property
Function:
Returns the maximum height, in pixels, of characters in
the currently selected font.
Type:
Byte
Value Range:
0-255. Default= 0.
See Also:
,
Details
This property will only return meaningful data after you select a font using the
method.
416
396
395
422
432
421
427
417
432
421
432
421
423
419
414
416
395
419
428