Specifies constants for use with the ElementGetPenFillStyle, ElementSetPenFillStyle, PrgGetItemPenFillStyle, and PrgSetItemPenFillStyle methods.
Member | Value | Description |
---|---|---|
NX_PenFill_Invert | 5507 | The line style is inverted (reverse color values of the image behind it, pixel for pixel). |
NX_PenFill_Opaque | 5513 | The line style is opaque (A solid color). |
NX_PenFill_Translucent | 5509 | The line style is translucent (Part way between solid and see through). |
Note: An inverted line of black will not display the line, only the image underneath.