☜ | MWAPI - FILLPAT1995 Version of ANSI (Equivalent to Current ISO Version) of Standard | ☞ |
drawfillpattern | ::= | expr V FILLPAT , fillpattern |
The drawfillpattern drawcommand specifies the current fill pattern, as follows:
fillpattern Value | Pattern | |
---|---|---|
BDIAGONAL | Diagonal lines running from lower right to upper left. | |
CROSSHATCH | Vertical and horizontal lines. | |
DCROSSHATCH | Diagonal lines running from lower right to upper left and diagonal lines running from lower left to upper right. | |
FDIAGONAL | Diagonal lines running from lower left to upper right. | |
HORIZONTAL | Horizontal lines. | |
NONE | Filling is turned off. | |
SOLID | The area is filled with the current draw foreground color. | |
VERTICAL | Vertical lines. |
If the value of drawfillpattern is an implementationvalue, an implementation-specific fill pattern is used.
The fill pattern is drawn using the current draw foreground color and draw mode, and fills the area. Regions of the area not drawn using the current drawing foreground color are drawn using the current background drawing color and draw mode.
The specified pattern is used by subsequent drawcommands until another drawfillpattern drawcommand is specified. Prior to the first drawfillpattern drawcommand for a drawing, the current fill pattern is determined by the underlying windowing platform.
Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.
This page most recently updated on 14-Nov-2023, 22:09:31.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)