Accusoft.ImagXpress13.Net
PolynomialWarp Method




A point value which represents the first bounding point.
A point value which represents the second bounding point.
A point value which represents the third bounding point.
A point value which represents the fourth bounding point.
Modifies and warps the image to the given points.
Syntax
'Declaration
 
Public Sub PolynomialWarp( _
   ByVal boundingPoint1 As Point, _
   ByVal boundingPoint2 As Point, _
   ByVal boundingPoint3 As Point, _
   ByVal boundingPoint4 As Point _
) 
'Usage
 
Dim instance As Processor
Dim boundingPoint1 As Point
Dim boundingPoint2 As Point
Dim boundingPoint3 As Point
Dim boundingPoint4 As Point
 
instance.PolynomialWarp(boundingPoint1, boundingPoint2, boundingPoint3, boundingPoint4)
public void PolynomialWarp( 
   Point boundingPoint1,
   Point boundingPoint2,
   Point boundingPoint3,
   Point boundingPoint4
)
public: void PolynomialWarp( 
   Point boundingPoint1,
   Point boundingPoint2,
   Point boundingPoint3,
   Point boundingPoint4
) 
public:
void PolynomialWarp( 
   Point boundingPoint1,
   Point boundingPoint2,
   Point boundingPoint3,
   Point boundingPoint4
) 

Parameters

boundingPoint1
A point value which represents the first bounding point.
boundingPoint2
A point value which represents the second bounding point.
boundingPoint3
A point value which represents the third bounding point.
boundingPoint4
A point value which represents the fourth bounding point.
Remarks

The parameters affix coordinate points to boundary areas to warp the image.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback