Point.

WithY(double) Method

Summary

Returns a new point with the specified Y coordinate.
Namespace
Avalonia
Containing Type
Point

Syntax

public Point WithY(double y)

Parameters

Name Type Description
y double The Y coordinate.

Return Value

Type Description
Point The new point.