PixelRectWithY Method
Returns a new
PixelRect with the specified Y position.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect WithY(
int y
)
Public Function WithY (
y As Integer
) As PixelRect
member WithY :
y : int -> PixelRect
- y Int32
- The y position.
PixelRectThe new
PixelRect.