Method WithHeight
WithHeight(Rectangle, int)
Adjusts a given rectangle with the new height.
public static Rectangle WithHeight(this Rectangle rectangle, int height)
Parameters
Returns
- Rectangle
Rectangle object with new height.
Adjusts a given rectangle with the new height.
public static Rectangle WithHeight(this Rectangle rectangle, int height)
Rectangle object with new height.