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