ICubicBezierPathCommand<SKPath>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defiens a bezier command.

Type parameters:
SKPath *summary not found*
Implements:
IPathCommand<SKPath>

Properties

X0
Gets or sets the x0.
Type: Single
Y0
Gets or sets the y0.
Type: Single
X1
Gets or sets the x1.
Type: Single
Y1
Gets or sets the y1.
Type: Single
X2
Gets or sets the x2.
Type: Single
Y2
Gets or sets the y2.
Type: Single