Gets one or more overlay attributes for the specified index.
public RasterOverlayAttributes GetOverlayAttributes(
int index,
RasterGetSetOverlayAttributesFlags flags
)
Public Function GetOverlayAttributes( _
ByVal index As Integer, _
ByVal flags As Leadtools.RasterGetSetOverlayAttributesFlags _
) As Leadtools.RasterOverlayAttributes
public Leadtools.RasterOverlayAttributes GetOverlayAttributes(
int index,
Leadtools.RasterGetSetOverlayAttributesFlags flags
)
- (nullable LTRasterOverlayAttributes *)getOverlayAttributesAtIndex:(NSInteger)index
flags:(LTRasterGetSetOverlayAttributesFlags)flags
error:(NSError **)error
function Leadtools.RasterImage.GetOverlayAttributes(
index ,
flags
)
public:
Leadtools.RasterOverlayAttributes^ GetOverlayAttributes(
int index,
Leadtools.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.
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