Table of Contents

Advertisement

PAINT
Purpose
Specified color is spread on the area containing the
specified point.
Form
PAINT(<X>,<Y»[ ,[<area color>][,<border color>]]
Description
(1) (<X>,<Y>) is a point within the window of the world
coordinate system. <area color> is spread on the area
(containing this point) which is surrounded by <border
color>.
(2) <area color> is specified using the color codes. If
it is omitted, the default value is <character color>.
(3) <border color> is specified using the color codes.
If it is omitted, the default value is <area color>.
(4) <X>, <Y>, <area color>, and <border color> can be
written using numeric expressions.
Example
>100 CLS
>110 LINE(100,70)(500,175),7,B
>120 PAINT(300,100),7,7
>130 CIRCLE(300,1 20) ,70,0,1,0.5,4
>140 PAINT(300,1 1 0) ,4,4
3-122

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents