Rect.

WithY(double) Method

Summary

Returns a new Rect with the specified Y position.
Namespace
Avalonia
Containing Type
Rect

Syntax

public Rect WithY(double y)

Parameters

Name Type Description
y double The y position.

Return Value

Type Description
Rect The new Rect.