SuperMap.WinRT.Mapping.ElementsLayer.ElementsLayer C# (CSharp) 메소드

ElementsLayer() 공개 메소드

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