←Select platform

OverlayBrush Property

Summary

Gets or sets the brush used to paint the text of the optional overlay of the structured display.

Syntax
C#
VB
C++
public Brush OverlayBrush { get; set; } 
Public Property OverlayBrush() As Brush 
   Get 
   Set 
public:  
   property Brush^ OverlayBrush 
   { 
      Brush^ get() 
      void set(Brush^ value) 
   } 

Property Value

The brush used to paint the text of the optional overlay of the structured display.

Remarks

The GetStructuredDisplayImage returns a RasterImage of a DICOM structured display. This a single image that includes all the referenced images laid out as defined in the structured display.

An optional overlay is generated by reading the values for the following DicomTag Members in a DicomDataSet:

The OverlayBrush is used to paint the the text of the overlay.

Example

For an example, refer to StructuredDisplayImageOptions.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.