SuperMap.WindowsPhone.Mapping.LayerContainer.GetBounds C# (CSharp) Method

GetBounds() public static method

public static GetBounds ( DependencyObject o ) : Rectangle2D
o System.Windows.DependencyObject
return SuperMap.WindowsPhone.Core.Rectangle2D
        public static Rectangle2D GetBounds(DependencyObject o)
        {
            return (Rectangle2D)o.GetValue(BoundsProperty);
        }
        private static void OnBoundsChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)