SetOverlayAttributes method (ILEADRasterProcess)
short SetOverlayAttributes(ILEADRaster *pRaster, short iIndex, long lFlags); | |
Overview |
Refer to Overlays Overview. |
Remarks
(Medical only) Sets the overlay attributes for the overlay at the specified index. This method can be used to set some or all the overlay attributes. Before calling this method, initialize all the attributes to be set or changed.
There are several attributes in lFlags and you cannot change only one flag. If you want to change only one flag, you will first have to get all the flags and change only the flag you want. See the example for more information.
See Also