←Select platform

SetOverlayAttributes Method

Summary

Sets overlay attributes for a certain index.

Syntax

C#
VB
Java
WinRT C#
C++
public void SetOverlayAttributes( 
   int index, 
   RasterOverlayAttributes attributes, 
   DicomSetOverlayFlags flags 
) 
Public Sub SetOverlayAttributes( _ 
   ByVal index As Integer, _ 
   ByVal attributes As Leadtools.RasterOverlayAttributes, _ 
   ByVal flags As Leadtools.Dicom.DicomSetOverlayFlags _ 
)  
public void setOverlayAttributes(int index, RasterOverlayAttributes attributes, int dicomSetOverlayFlags) 
 function Leadtools.Dicom.DicomDataSet.SetOverlayAttributes(  
   index , 
   attributes , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly