lFlags

Flags that determine which overlay attributes to set. These flags can be combined using ‘or’. Possible values are:

Value

Meaning

OVERLAYATTRIBUTES_ORIGIN

[0x0001] The top-left position attribute should be set. The OriginX property and the OriginY property contain the new top-left offset.

OVERLAYATTRIBUTES_COLOR

[0x0002] The color attribute should be set. The Color property contains the new color.

OVERLAYATTRIBUTES_FLAGS

[0x0004] The flags should be set. The Flags property contains the new flags.

OVERLAYATTRIBUTES_BITINDEX

[0x0008] The corresponding bitplane position should be set. The BitPosition property contains the new bitplane index.

OVERLAYATTRIBUTES_DICOM

[0x0010] The DICOM-related attributes should be set. This includes the following properties: Rows, Columns, Type, BitsAllocated, Description, Subtype, Label, ROIArea, ROIMean, ROIStandardDeviation, NumberFramesInOverlay, ImageFrameOrigin, ActivationLayer.