Accusoft.ImagXpress13.Net
AlphaFill Method




A System.Byte which represents the alpha information to fill.
Fills the alpha channel with the value specified.
Syntax
'Declaration
 
Public Sub AlphaFill( _
   ByVal AlphaValue As Byte _
) 
'Usage
 
Dim instance As Processor
Dim AlphaValue As Byte
 
instance.AlphaFill(AlphaValue)
public void AlphaFill( 
   byte AlphaValue
)
public: void AlphaFill( 
   byte AlphaValue
) 
public:
void AlphaFill( 
   byte AlphaValue
) 

Parameters

AlphaValue
A System.Byte which represents the alpha information to fill.
Remarks

If the region or area is set prior to this method, only that region or area will be filled with the value specified.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback