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