Exemplo n.º 1
0
 protected UIScreenLayer(ScreenLayerCollection parent, GeometryManager geometries)
     : base(parent)
 {
     Geometries = geometries;
     Screen     = Screen.GetCanvas();
 }
Exemplo n.º 2
0
 protected ScreenLayerGroup(ScreenLayerCollection parent)
 {
     this.parent = parent;
 }
Exemplo n.º 3
0
 protected ScreenLayer(ScreenLayerCollection parent)
 {
     Parent = parent;
 }