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

GetBBox() public static method

${mapping_ArbitraryLayer_method_getbbox_D}
public static GetBBox ( DependencyObject obj ) : Rectangle2D
obj System.Windows.DependencyObject ${mapping_ArbitraryLayer_method_getbbox_param_obj}
return SuperMap.Web.Core.Rectangle2D
        public static Rectangle2D GetBBox(DependencyObject obj)
        {
            return (Rectangle2D)obj.GetValue(BBoxProperty);
        }