Accusoft.ImagXpressSdk Namespace > Processor Class > AlphaGet Method : AlphaGet(Int32,Int32,Byte) Method |
This method has been marked as deprecated. Use the other AlphaGet(Int32,Int32) method instead.
Returns the Alpha value specified by the x and y location.'Declaration <ObsoleteAttribute("This method is deprecated, use the other AlphaGet(Int32, Int32) method instead.")> Public Overloads Sub AlphaGet( _ ByVal x As Integer, _ ByVal y As Integer, _ ByRef pAlphaValue As Byte _ )
'Usage Dim instance As Processor Dim x As Integer Dim y As Integer Dim pAlphaValue As Byte instance.AlphaGet(x, y, pAlphaValue)
[Obsolete("This method is deprecated, use the other AlphaGet(Int32, Int32) method instead.")] public void AlphaGet( int x, int y, out byte pAlphaValue )
The value range is from 0 to 255.
The x and y coordinates must stay with the width and height dimensions of the image.