public Rectangle Expand( float left, float right, float top, float bottom )
Public Function Expand ( _ left As Single, _ right As Single, _ top As Single, _ bottom As Single _ ) As Rectangle
public: Rectangle^ Expand( float left, float right, float top, float bottom )