gr_lines.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 15 行
GML
15 行
The line-style mask determines the style by which lines and arcs are
drawn.
The mask is treated as an array of 16 bits.
As a line is drawn, a pixel at a time, the bits in this array are
cyclically tested.
When a bit in the array is 1, the pixel value for the current point
is set using the current color according to the current plotting
action;
otherwise, the pixel
value for the point is left unchanged.
A solid line would result from a value of
.hex FFFF
and a dashed line would result from a value of
.hex F0F0 .
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?