←Select platform

SetOverlayAttributes Method

Summary

Sets overlay attributes for a certain index.

Syntax
C#
VB
C++
Java
public void SetOverlayAttributes( 
   int index, 
   RasterOverlayAttributes attributes, 
   DicomSetOverlayFlags flags 
) 
Public Sub SetOverlayAttributes( _ 
   ByVal index As Integer, _ 
   ByVal attributes As RasterOverlayAttributes, _ 
   ByVal flags As DicomSetOverlayFlags _ 
)  
public void setOverlayAttributes(int index, RasterOverlayAttributes attributes, int dicomSetOverlayFlags) 
public: 
void SetOverlayAttributes(  
   int index, 
   RasterOverlayAttributes^ attributes, 
   DicomSetOverlayFlags flags 
)  

Parameters

index
The zero-based index of the overlay whose attributes are to be set.

attributes
The overlay attributes to set.

flags
Determines the behavior of the this method.

Example

For an example, refer to OverlayCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly