SET THE DRAWING STYLE (PEN): SERIES OF DASH-DOT-DOT COMBINATIONS
ACTION
The command 2D_PEN_DASH_DOT_DOT set the drawing style for the further drawings with series of dash-dot-dot combinations.
By default, the drawing is solid. The command 2D_PEN_SOLID comes back to a solid drawing.
Remark: this command is active only if the width of the drawing is 1 (2D_PEN_WIDTH).
SYNTAX:
2D_PEN_DASH_DOT_DOT
USE ERROR EXAMPLE
rem draw a rectangle
rem the line is made up of series of dash-dot-dot combinations
2d_pen_dash_dot_dot
2d_rectangle 10,10,400,350
2D_PEN_DASH_DOT_DOT
2D_PEN_DASH_DOT_DOT
SEE ALSO
2D_ARC
2D_CIRCLE
2D_RECTANGLE
2D_ELLIPSE
2D_LINE
2D_POLY_FROM
2D_POLY_TO
2D_POINT
2D_PEN_COLOR
2D_PEN_DASH
2D_PEN_DASH_DOT
2D_PEN_DOT
2D_PEN_SOLID
2D_PEN_WIDTH