☜ | MWAPI - FILLPATDraft MDC 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 | Verticaland 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.
Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.
This page most recently updated on 14-Nov-2023, 22:09:31.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)