Summary
Initializes a new instance of the
PixelVector
structure.
- Namespace
- Avalonia
- Containing Type
- PixelVector
Syntax
public PixelVector(int x, int y)
Parameters
Name | Type | Description |
---|---|---|
x | int | The X vector. |
y | int | The Y vector. |
Return Value
Type | Description |
---|---|
void |