Accusoft.ImagXpress12.Net
AlphaAdd(Bitmap) Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > Processor Class > AlphaAdd Method : AlphaAdd(Bitmap) Method




Plane

A System.Drawing.Bitmap which represents the plane to add.

This plane should be the same width and height of the image it is being added to. It must be an 9 bit gray scale type with a uniform grayscale palette.

Glossary Item Box

Adds alpha channel information to an image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

Plane

A System.Drawing.Bitmap which represents the plane to add.

This plane should be the same width and height of the image it is being added to. It must be an 9 bit gray scale type with a uniform grayscale palette.

Remarks

Note: The image bitmap should be of System.Drawing.Imaging.PixelFormat.Format8bppIndexed.

If the original image is not a 24-bit, an error is thrown.

See Also

©2013. Accusoft Corporation. All Rights Reserved.