Accusoft.ImagXpress12.Net
AlphaSet Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > Processor Class : AlphaSet Method




x
An integer value which represents the horizontal coordinate of the pixel to be modified within the image.
y
An integer value which represents the vertical coordinate of the pixel to be modified within the image.
AlphaValue
A System.Byte which represents the alpha value to apply to the specified pixel.

Glossary Item Box

Allows the modification of an individual alpha value at the specified x and y coordinates.

Syntax

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

Parameters

x
An integer value which represents the horizontal coordinate of the pixel to be modified within the image.
y
An integer value which represents the vertical coordinate of the pixel to be modified within the image.
AlphaValue
A System.Byte which represents the alpha value to apply to the specified pixel.

Remarks

The value ranges from 0 to 255.

The x and y coordinates must stay with the width and height dimensions of the image.

See Also

©2013. Accusoft Corporation. All Rights Reserved.