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

AddChild() public method

${mapping_ArbitraryLayer_method_addChild_UIElement_Rectangle2D_D}
public AddChild ( UIElement element, Rectangle2D bbox ) : void
element UIElement ${mapping_ArbitraryLayer_method_addChild_UIElement_pararm_element}
bbox SuperMap.WinRT.Core.Rectangle2D ${mapping_ArbitraryLayer_method_addChild_UIElement_Rectangle2D_param_bbox}
return void
        public void AddChild(UIElement element, Rectangle2D bbox)
        {
            if (!(element is ShapeElement))
            {
                ElementsLayer.SetBBox(element, bbox);
            }
            Children.Add(element);
        }

Same methods

ElementsLayer::AddChild ( UIElement element ) : void
ElementsLayer::AddChild ( UIElement element, Point2D location ) : void
ElementsLayer::AddChild ( UIElement element, Point2D location, double referenceLength ) : void
ElementsLayer::AddChild ( UIElement element, Point2D location, double referenceLength, Size referenceSize ) : void