Summary
Initializes a new instance of the
RelativePoint
struct.
- Namespace
- Avalonia
- Containing Type
- RelativePoint
Syntax
public RelativePoint(double x, double y, RelativeUnit unit)
Parameters
Name | Type | Description |
---|---|---|
x | double | The X point. |
y | double | The Y point |
unit | RelativeUnit | The unit. |
Return Value
Type | Description |
---|---|
void |