2D_FILL_SOLID

2D_FILL_SOLID

SET THE FILLING PATTERN OF FIGURES: SOLID

  • Type: Command
  • Parameter: 0
  • Group: Drawing

ACTION

The command 2D_FILL_SOLID comes back to the solid filling for the further figures to be drawn (CIRCLE, RECTANGLE).

The solid filling is the filling mode by default.

SYNTAX: 2D_FILL_SOLID

USE

  • The command 2D_FILL_SOLID is used to come back to the solid filling of the next 2D_CIRCLE, 2D_RECTANGLE.

ERROR

  • None.

EXAMPLE

rem draw a rectangle with yellow border

rem and filled with pink color

2d_fill_solid

2d_clear

2d_pen_width 6

2d_pen_color 250,250,0

2d_fill_color 250,0,250

2d_rectangle 10,10,400,350

SEE ALSO

2D_RECTANGLE

2D_ELLIPSE

2D_CIRCLE

2D_FILL_COLOR

2D_FILL_CROSS

2D_FILL_DIAGONAL_CROSS

2D_FILL_DIAGONAL_DOWN

2D_FILL_DIAGONAL_UP

2D_FILL_HORIZONTAL

2D_FILL_VERTICAL