Accusoft ImagXpress 12
AlphaAdd64 Method
See Also  Send comments on this topic.
hDIB
A handle to a device independent bitmap containing the alpha channel data to add to the image.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : AlphaAdd64 Method

Glossary Item Box

Description

Adds an alpha channel to an image for 64-bit.

Syntax

Visual Basic
Public Sub AlphaAdd64( _
   ByVal hDIB As __int64 _
) 

Parameters

hDIB
A handle to a device independent bitmap containing the alpha channel data to add to the image.

Remarks

This method is intended for 64-bit environments; use this instead of the AlphaAdd Method.

Adds a user supplied 8 bit alpha channel to an existing 24 bit image, thus promoting the image to 32 bits.  The current image (ProcessImageID) is now a 32 bit image, containing alpha channel.

The Image at hDIB should be the same width and height of the image it is being added to. The Image Bitmap must be an 8 bit gray scale type with a uniform grayscale palette.

If the original image is not 24-bit then an exception is thrown.

See Also

©2013. Accusoft Corporation. All Rights Reserved.