Method WithY
WithY(Rect, double)
Moves the location of given rectangle to the specified y-coordinate.
public static Rect WithY(this Rect rectangle, double y)
Parameters
Returns
- Rect
Rect object with new location.
Moves the location of given rectangle to the specified y-coordinate.
public static Rect WithY(this Rect rectangle, double y)
Rect object with new location.