RectWithY Method
Returns a new
Rect with the specified Y position.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect WithY(
double y
)
Public Function WithY (
y As Double
) As Rect
member WithY :
y : float -> Rect
- y Double
- The y position.
RectThe new
Rect.