- Namespace
- Avalonia
.Animation .Easings - Containing Type
- SplineEasing
Syntax
public SplineEasing(double x1 = 0, double y1 = 0, double x2 = 1, double y2 = 1)
Parameters
Name | Type | Description |
---|---|---|
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double |
Return Value
Type | Description |
---|---|
void |