Sets overlay attributes for a certain index.
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,
Leadtools.RasterOverlayAttributes attributes,
Leadtools.Dicom.DicomSetOverlayFlags flags
)
public void setOverlayAttributes(int index, RasterOverlayAttributes attributes, int dicomSetOverlayFlags)
function Leadtools.Dicom.DicomDataSet.SetOverlayAttributes(
index ,
attributes ,
flags
)
public:
void SetOverlayAttributes(
int index,
Leadtools.RasterOverlayAttributes^ attributes,
Leadtools.Dicom.DicomSetOverlayFlags flags
)
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.
For an example, refer to OverlayCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET