Constant Value | Description | Numeric Equivalent |
---|---|---|
FP_DEFAULT | Use the default setting for the pattern. This is typically solid. | -1 |
FP_SOLID | Use a solid fill | 1 |
FP_CLEAR | Use a transparent fill (see Note) | 2 |
FP_HORIZONTAL | Use horizontal lines | 3 |
FP_VERTICAL | Use vertical lines | 4 |
FP_CROSSHATCH | Use crosshatching | 5 |
FP_SHADE | Use a medium shading pattern | 6 |
FP_LIGHTSHADE | Use a light shading pattern | 7 |
FP_DARKSHADE | Use a heavy shading pattern | 8 |
FP_BITMAP | Use bitmap image | 9 |
FP_BITMAPCLEAR | Use bitmap on a transparent fill (see Note) | 11 |