Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : GetOverlayAttributes Method |
public RasterOverlayAttributes GetOverlayAttributes( int index, RasterGetSetOverlayAttributesFlags flags )
'Declaration
Public Function GetOverlayAttributes( _ ByVal index As Integer, _ ByVal flags As RasterGetSetOverlayAttributesFlags _ ) As RasterOverlayAttributes
'Usage
Dim instance As RasterImage Dim index As Integer Dim flags As RasterGetSetOverlayAttributesFlags Dim value As RasterOverlayAttributes value = instance.GetOverlayAttributes(index, flags)
public RasterOverlayAttributes GetOverlayAttributes( int index, RasterGetSetOverlayAttributesFlags flags )
- (nullable LTRasterOverlayAttributes *)getOverlayAttributesAtIndex:(NSInteger)index flags:(LTRasterGetSetOverlayAttributesFlags)flags error:(NSError **)error
public RasterOverlayAttributes getOverlayAttributes( int index, int flags )
public: RasterOverlayAttributes^ GetOverlayAttributes( int index, RasterGetSetOverlayAttributesFlags flags )
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.