Centers the inner inside the outer Rect

C# | Visual Basic | Visual C++ |
public static Rect CenterRect( Rect inner, Rect outer )
Public Shared Function CenterRect ( _ inner As Rect, _ outer As Rect _ ) As Rect
public: static Rect CenterRect( Rect inner, Rect outer )

- inner (Rect)
- outer (Rect)
