Accusoft.ImagXpress13.Net
Blend Method




An integer value which represents the percentage of pixel blending to perform. Valid values are 0 to 100.
Blends each pixel in the current image with its neighboring pixels.
Syntax
'Declaration
 
Public Sub Blend( _
   ByVal blendPercent As Integer _
) 
'Usage
 
Dim instance As Processor
Dim blendPercent As Integer
 
instance.Blend(blendPercent)
public void Blend( 
   int blendPercent
)
public: void Blend( 
   int blendPercent
) 
public:
void Blend( 
   int blendPercent
) 

Parameters

blendPercent
An integer value which represents the percentage of pixel blending to perform. Valid values are 0 to 100.
See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback