Accusoft.ImagXpress13.Net
Pinch Method




An integer value which represents the intensity of the pinch.

The range is from -100 to 100.

Modifies the image to look like it was pinched in the center using the given intensity.
Syntax
'Declaration
 
Public Sub Pinch( _
   ByVal intensity As Integer _
) 
'Usage
 
Dim instance As Processor
Dim intensity As Integer
 
instance.Pinch(intensity)
public void Pinch( 
   int intensity
)
public: void Pinch( 
   int intensity
) 
public:
void Pinch( 
   int intensity
) 

Parameters

intensity

An integer value which represents the intensity of the pinch.

The range is from -100 to 100.

Remarks

Positive intensity values give the current image an appearance of being pinched in the center. Negative values give the image an appearance of stretching from the center.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback