WithY Method
Returns a new Rect with the specified Y position.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Rect WithY(
double y
)
Public Function WithY (
y As Double
) As Rect
member WithY :
y : float -> Rect
Parameters
- Double
- The y position.