Summary
Returns a new
PixelPoint
with the same X co-ordinate and the specified Y co-ordinate.
- Namespace
- Avalonia
- Containing Type
- PixelPoint
Syntax
public PixelPoint WithY(int y)
Parameters
Name | Type | Description |
---|---|---|
y | int | The Y co-ordinate. |
Return Value
Type | Description |
---|---|
PixelPoint | The new PixelPoint . |