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