lFlags
Flags that determine which overlay attributes to get. These flags may be combined using "or". Possible values are:
Value |
Meaning |
OVERLAYATTRIBUTES_ORIGIN |
[0x0001] Get the top-left position attribute. The OriginX property and the OriginY property will be updated with the top-left offset. |
OVERLAYATTRIBUTES_COLOR |
[0x0002] Get the color attribute. The Color property will be updated with the color. |
OVERLAYATTRIBUTES_FLAGS |
[0x0004] Get the flags attribute. The Flags property contains the new flags. |
OVERLAYATTRIBUTES_BITINDEX |
[0x0008] Get the corresponding bitplane position. The BitPosition property will be updated with the bitplane index. |
OVERLAYATTRIBUTES_DICOM |
[0x0010] Get the DICOM-related attributes. The following properties will be updated: Rows, Columns, Type, BitsAllocated, Description, Subtype, Label, ROIArea, ROIMean, ROIStandardDeviation, NumberFramesInOverlay, ImageFrameOrigin, ActivationLayer. |