1 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
6 <GeometryGroup.Children>
8 <LineGeometry StartPoint="10,10" EndPoint="10,100"/>
9 <LineGeometry StartPoint="10,100" EndPoint="100,100"/>
10 <LineGeometry StartPoint="100,100" EndPoint="100,10"/>
11 <LineGeometry StartPoint="100,10" EndPoint="10,10"/>
13 </GeometryGroup.Children>
22 <LineGeometry StartPoint="20,20" EndPoint="20,200"/>
23 <LineGeometry StartPoint="20,200" EndPoint="200,200"/>
24 <LineGeometry StartPoint="200,200" EndPoint="200,20"/>
25 <LineGeometry StartPoint="200,20" EndPoint="20,20"/>
34 <LineGeometry StartPoint="30,30" EndPoint="30,250"/>
35 <LineGeometry StartPoint="30,250" EndPoint="250,250"/>
36 <LineGeometry StartPoint="250,250" EndPoint="250,30"/>
37 <LineGeometry StartPoint="250,30" EndPoint="30,30"/>