Method WithHeight
WithHeight(float)
Returns new rectangle with location and width of this rectangle and the specified height.
public readonly RectD WithHeight(float aHeight)
Parameters
aHeightfloatNew height.
Returns
- RectD
Rectangle object with the new height.