SET THE DRAWING STYLE (PEN): ALTERNATING DASHES AND DOTS
ACTION
The command 2D_PEN_DASH_DOT set the drawing style for the further drawings with alternating dashes and dots.
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
USE ERROR EXAMPLE
rem draw a rectangle
rem the line is made up of alternating dashes and dots
2d_pen_dash_dot
2d_rectangle 10,10,400,350
2D_PEN_DASH_DOT
2D_PEN_DASH_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_DOT
2D_PEN_DOT
2D_PEN_SOLID
2D_PEN_WIDTH