AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : AlphaReturn64 Method |
Visual Basic |
---|
Public Function AlphaReturn64() As __int64 |
A handle to an 8-bit gray scale device independent bitmap depicting the alpha channel data.
This method is intended for 64-bit environments; use this instead of the AlphaReturn Method.
The original image (ProcessImageID) must be a 32-bit image where 8 bits are the alpha layer and 24 bits are RGB layer. Returning the handle implicitly reduces the image to 24-bit. The alpha layer may be modified and restored via the AlphaAdd method or else the caller is responsible for the handle and the memory associated with it. If the caller simply wishes to remove the alpha channel data then the AlphaRemove method should be used.