SuperMap.WinRT.Mapping.ElementsLayer.ElementsLayer C# (CSharp) Method

ElementsLayer() public method

${pubilc_Constructors_Initializes} ElementsLayer ${pubilc_Constructors_instance}
public ElementsLayer ( ) : System
return System
        public ElementsLayer()
        {
            Children = new ObservableCollection<UIElement>();
            Children.CollectionChanged += new NotifyCollectionChangedEventHandler(children_CollectionChanged);
            IsAutoAvoidance = false;
            BoundsCollection = new Dictionary<object, Rectangle2D>();
        }