NXC
Version 1.2.1 r5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
All
Data Structures
Files
Functions
Variables
Groups
Pages
ex_EllipseOut.nxc
This is an example of how to use the
EllipseOut
and
Random
functions.
task main()
{
repeat (10)
EllipseOut
(50, 32, 20+
Random
(15), 20+
Random
(10),
DRAW_OPT_FILL_SHAPE
|
DRAW_OPT_LOGICAL_XOR
);
while
(
true
);
}
Generated by
1.8.2