In This Topic
Controls how overlays embedded in the image are displayed
Syntax
'Declaration
Public ReadOnly Property OverlayColour As System.Drawing.Color()
'Usage
Dim instance As DicomImage
Dim value() As System.Drawing.Color
value = instance.OverlayColour
public System.Drawing.Color[] OverlayColour {get;}
public read-only property OverlayColour: System.Drawing.array of Color;
public function get OverlayColour : System.Drawing.Color[]
public: __property System.Drawing.Color[]* get_OverlayColour();
public:
property System.Drawing.array<Color>^ OverlayColour {
System.Drawing.array<Color>^ get();
}
Property Value
Array of 16
System.Drawing.Colorelements, one for each possible overlay plane
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also