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

GetBBox() public static method

${mapping_ArbitraryLayer_method_getbbox_D}
public static GetBBox ( DependencyObject obj ) : Rectangle2D
obj DependencyObject ${mapping_ArbitraryLayer_method_getbbox_param_obj}
return SuperMap.WinRT.Core.Rectangle2D
        public static Rectangle2D GetBBox(DependencyObject obj)
        {
            return (Rectangle2D)obj.GetValue(BBoxProperty);
        }
        /// <example>${mapping_ArbitraryLayer_method_setbbox_Example_D}<code inline="false" title="" description="" lang="CS"></code><code title="Example1" description="" lang="C#">Ellipse myellipse = new Ellipse();