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

SetBBox() public static method

${mapping_ArbitraryLayer_method_setbbox_D}
public static SetBBox ( DependencyObject obj, Rectangle2D value ) : void
obj DependencyObject ${mapping_ArbitraryLayer_method_setbbox_param_obj}
value SuperMap.WinRT.Core.Rectangle2D ${mapping_ArbitraryLayer_method_setbbox_param_value}
return void
        public static void SetBBox(DependencyObject obj, Rectangle2D value)
        {
            obj.SetValue(BBoxProperty, value);
        }
        /// <summary>${mapping_ArbitraryLayer_attribute_BBoxProperty_D}</summary>