Visual Basic (Declaration) | |
---|---|
Public Sub SetOverlayAttributes( _ ByVal index As Integer, _ ByVal attributes As RasterOverlayAttributes, _ ByVal flags As DicomSetOverlayFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetOverlayAttributes( int index, RasterOverlayAttributes attributes, DicomSetOverlayFlags flags ) |
Managed Extensions for C++ | |
---|---|
public: void SetOverlayAttributes( int index, RasterOverlayAttributes attributes, DicomSetOverlayFlags flags ) |
C++/CLI | |
---|---|
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.
For an example, refer to OverlayCount.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family