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