Accusoft.ImagXpress13.Net
Sharpen(Int32,SharpenFilter) Method




An integer value which represents the intensity.

The range is from 1 to 10.

Higher values result in sharper images.

A SharpenFilter value which represents the type of filter to use to sharpen the image.
Sharpens the image by the given intensity and filter.
Syntax
public void Sharpen( 
   int intensity,
   SharpenFilter filter
)
public: void Sharpen( 
   int intensity,
   SharpenFilter filter
) 
public:
void Sharpen( 
   int intensity,
   SharpenFilter filter
) 
'Declaration
 
Public Overloads Sub Sharpen( _
   ByVal intensity As Integer, _
   ByVal filter As SharpenFilter _
) 
 
'Usage
 
Dim instance As Processor
Dim intensity As Integer
Dim filter As SharpenFilter
 
instance.Sharpen(intensity, filter)

Parameters

intensity

An integer value which represents the intensity.

The range is from 1 to 10.

Higher values result in sharper images.

filter
A SharpenFilter value which represents the type of filter to use to sharpen the image.
See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback