public RasterOverlayAttributes GetOverlayAttributes(
int index,
RasterGetSetOverlayAttributesFlags flags
)
Public Function GetOverlayAttributes( _
ByVal index As Integer, _
ByVal flags As RasterGetSetOverlayAttributesFlags _
) As RasterOverlayAttributes
- (nullable LTRasterOverlayAttributes *)getOverlayAttributesAtIndex:(NSInteger)index
flags:(LTRasterGetSetOverlayAttributesFlags)flags
error:(NSError **)error
public:
RasterOverlayAttributes^ GetOverlayAttributes(
int index,
RasterGetSetOverlayAttributesFlags flags
)
index
The zero-based index of the overlay for which to get the attributes.
flags
Flags that determine which attributes to retrieve.
An RasterOverlayAttributes object filled with the attribute data requested or null if the image does not have an overlay attribute at the specific index.
Only the members specified by flags will contain valid values in returned RasterOverlayAttributes retrieved by the method will be updated. The other values are left to the defult value.
For more information, refer to Overlay Overview.
For an example, refer to UpdateOverlayAttributes example.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document