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