KeySpline.

KeySpline(double, double, double, double) Constructor

Summary

Create a KeySpline with the given parameters
Namespace
Avalonia.Animation
Containing Type
KeySpline

Syntax

public KeySpline(double x1, double y1, double x2, double y2)

Parameters

Name Type Description
x1 double X coordinate for the first control point
y1 double Y coordinate for the first control point
x2 double X coordinate for the second control point
y2 double Y coordinate for the second control point

Return Value

Type Description
void