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