Summary
Returns a new vector with the specified Y coordinate.
- Namespace
- Avalonia
- Containing Type
- PixelVector
Syntax
public PixelVector WithY(int y)
Parameters
Name | Type | Description |
---|---|---|
y | int | The Y coordinate. |
Return Value
Type | Description |
---|---|
PixelVector | The new vector. |