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