Accusoft.ImagXpress13.Net
AlphaAdd(Bitmap) Method




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.

Adds alpha channel information to an image.
Syntax
'Declaration
 
Public Overloads Sub AlphaAdd( _
   ByVal Plane As Bitmap _
) 
'Usage
 
Dim instance As Processor
Dim Plane As Bitmap
 
instance.AlphaAdd(Plane)
public void AlphaAdd( 
   Bitmap Plane
)
public: void AlphaAdd( 
   Bitmap* Plane
) 
public:
void AlphaAdd( 
   Bitmap^ Plane
) 

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

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback