Accusoft ImagXpress 13
AlphaReturn64 Method
Description
Returns a handle to an 8-bit gray scale image depicting the alpha channel data for 64-bit.
Syntax
Visual Basic
Public Function AlphaReturn64() As __int64
Return Type

A handle to an 8-bit gray scale device independent bitmap depicting the alpha channel data.

Remarks

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.

See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback