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