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 )
-(LTRasterOverlayAttributes*)getOverlayAttributes:(int)index flags:(LTRasterGetSetOverlayAttributesFlags)flags error:(NSError**)outError;
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.