The ID of the color of the stitch.
The x coordinate of the lower left corner of the square on the grid.
The y coordinate of the lower left corner of square on the grid.
The angle of the half stitch which can be either 45 or 135.
The ID of the color of the stitch.
The angle of the half stitch which can be either 45 or 135.
The x coordinate of the lower left corner of the square on the grid.
The y coordinate of the lower left corner of square on the grid.
Generated using TypeDoc
Model class representing a single half stitch in the pattern.
Half stitches comes in two forms. The first form goes between the top left and bottom right corners of the space on the grid forming a 45 degree line. The other form goes between the top right and bottom left corners of the space on the grid forming a 135 degree line. This is why
45and135are the only valid values forstitchAngle.