Description
DRAWING_STIPPLE ( VALUE)
It chooses the aspect for drawing of lines
PARAMETERS
INT value : New value of "stipple"
DESCRIPTION
This function allows to choose the aspect with which the lines drawn with Draw_Line or Draw_Rect are drawn. The parameter is a whole number of 32 bits, in which each bit to 1 represents an active pixel in each segment of 32 pixels of the line. By default, the value of stipple is 0FFFFFFFFh, with the 32 bits to 1, reason why the lines will have the appearance of a solid line.
Some useful values for this parameter are 055555555h to draw a line of points or 0F0F0F0Fh to draw a line of rays
NOTE
The first point to draw will be active if it is it more the bit to the right of the number. This parameter is rotating to the right as points are drawn, reason why if several lines draw one after the previous one, they will give an impression of continuity of the appearance of the line.
|