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