Fenix Manual
Fenix Manual
Command Reference
Drawing Commands

Delete_Draw
Draw_Box
Draw_Circle
Draw_Curve
Draw_Fcircle
Draw_Line
Draw_Rect
Drawing_Alpha
Drawing_Color
Drawing_Map
Drawing_Stipple
Drawing_Z
Move_Draw

Drawing_Stipple
Last Modified: May 29, 2005 23:05PM
(Any)
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.
Also see:
Drawing_Map:
Draw_Line:
Draw_Rect:

User Contributed Notes
Drawing_Stipple
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Mon, 30 May 2005 - 10:33:06

Manual © 2005 By Gary Moncrieff(Dazzy), Notes belong to their respective posters