Draw four triangles of different sizes. Each triangle should be filled with a different color (or fill style).
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
10
11
13 CLASSID = "CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">
14
15
16 VALUE = "SetLineColor( 0, 0, 0 )">
17
18 VALUE = "SetLineStyle( 1, 1 )">
19
20
21 VALUE = "SetFillStyle( 1 )">
22
23 VALUE = "SetFillColor( 255, 0, 0 )">
24
25 VALUE = "Polygon( 3, 0, 0, -100, 100, 100, 100 )">
26
27
28 VALUE = "SetFillStyle( 9 )">
29
30 VALUE = "SetFillColor( 0, 255, 0, 0, 0, 0 )">
31
32 VALUE = "Polygon( 3, 0, 0, -100, 100, -100, -100 )">
33
34
35 VALUE = "SetFillStyle( 13 )">
Computer Science & Information Technology
You might also like to view...
The merge fields in a main document are enclosed with brackets to show where the data will be populated
Indicate whether the statement is true or false
Computer Science & Information Technology
You have a frame on your page, and you want five duplicates of it with an equal amount of space between them and the right edge of the page. What is the fastest way to do this?
What will be an ideal response?
Computer Science & Information Technology