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

SetBBox() public static method

${WP_mapping_ArbitraryLayer_method_setbbox_D}
public static SetBBox ( DependencyObject obj, Rectangle2D value ) : void
obj System.Windows.DependencyObject ${WP_mapping_ArbitraryLayer_method_setbbox_param_obj}
value SuperMap.WindowsPhone.Core.Rectangle2D ${WP_mapping_ArbitraryLayer_method_setbbox_param_value}
return void
        public static void SetBBox(DependencyObject obj, Rectangle2D value)
        {
            obj.SetValue(BBoxProperty, value);
        }
        /// <summary>${WP_mapping_ArbitraryLayer_attribute_BBoxProperty_D}</summary>