blob: ae016831c93d4608b5abb53de9a8f367fba851cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
(GraphicsLayer
(bounds 800.00 600.00)
(children 1
(GraphicsLayer
(bounds 800.00 600.00)
(contentsOpaque 1)
(drawsContent 1)
(children 2
(GraphicsLayer
(position 10.00 10.00)
(bounds 120.00 120.00)
(drawsContent 1)
(backgroundColor #008000)
(children 1
(GraphicsLayer
(position 50.00 50.00)
(bounds 220.00 120.00)
(drawsContent 1)
(backgroundColor #FF000099)
)
)
)
(GraphicsLayer
(position 65.00 65.00)
(bounds 76.00 76.00)
)
)
)
)
)
|