mcFillPattern Enumeration
|
|
Legal values for the McDisplay.FillPattern property.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcFillPattern
Members
| Member name | Value | Description |
---|
| mcfpSolid | 0 | Solid fill with FillColors(mcwfcForeground). |
| mcfpBDiagonal | 1 | 45-degree upward left-to-right hatch |
| mcfpCross | 2 | Horizontal and vertical crosshatch |
| mcfpDiagCross | 3 | 45-degree crosshatch |
| mcfpFDiagonal | 4 | 45-degree downward left-to-right hatch |
| mcfpHorizontal | 5 | Horizontal hatch |
| mcfpVertical | 6 | Vertical hatch |
RemarksAll of the hatch patterns use the FillColors(mcwfcForeground) for
their hatch color and the FillColors(mcwfcBackground) for the fill behind the
hatch. The mcfpSolid pattern uses only the FillColors(mcwfcForeground).
See Also