LineStipple
Description
A line stipple pattern.
Line stipple patterns defined by a sequence of non-zero intervals, which depicts the alternating pattern segments, for example:
0 18 length, in pattern-units | | #######...###....... \_____/\_/\_/\_____/ 6 3 3 6 segments
The first and last segments of a pattern with an odd number of segments will always have the same parity. So the LineStipple always generates patterns that have an even number of segments (zero segments represent the solid pattern).
Public / Constructors
Morse
Creates a new instance of LineStipple that represents the given character in in Morse code.
Recommendation ITU-R M.1677-1
International Morse code
https://www.itu.int/rec/R-REC-M.1677-1-200910-I/
Public / Methods
Add
2 overloads
Add segments to this line pattern.
Two pattern segments of equal length are appended:
| | #######...###.......#####..... \__________________/\___/\___/ current pattern n n
Adds segments to this line pattern.
Two pattern segments are appended:
| | #######...###.......###....... \__________________/\_/\_____/ current pattern a b