CubicToPathCommand Class

Definition

public record CubicToPathCommand(float X0, float Y0, float X1, float Y1, float X2, float Y2) : PathCommand, IDeepCloneable<PathCommand>, IEquatable<PathCommand>, IEquatable<CubicToPathCommand>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (6)