Exemple #1
0
 public PathInstructions ToPathInstructions() =>
 new PathInstructions(Coord1, PathInstruction.MoveTo(Coord2));
Exemple #2
0
 public PathInstructions ToPathInstructions() =>
 new PathInstructions(StartPosition, PathInstruction.Cubic(EndPoint, ControlPoint1, ControlPoint2));