Click or drag to resize

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
Syntax
VB
Public Enumeration mcFillPattern
Members
  Member nameValueDescription
mcfpSolid0Solid fill with FillColors(mcwfcForeground).
mcfpBDiagonal145-degree upward left-to-right hatch
mcfpCross2Horizontal and vertical crosshatch
mcfpDiagCross345-degree crosshatch
mcfpFDiagonal445-degree downward left-to-right hatch
mcfpHorizontal5Horizontal hatch
mcfpVertical6Vertical hatch
Remarks
All 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