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

SetBBox() public static method

${mapping_ArbitraryLayer_method_setbbox_D}
public static SetBBox ( DependencyObject obj, Rectangle2D value ) : void
obj System.Windows.DependencyObject ${mapping_ArbitraryLayer_method_setbbox_param_obj}
value SuperMap.Web.Core.Rectangle2D ${mapping_ArbitraryLayer_method_setbbox_param_value}
return void
        public static void SetBBox(DependencyObject obj, Rectangle2D value)
        {
            obj.SetValue(BBoxProperty, value);
        }