Accusoft.ImagXpress13.Net
Twist Method




An integer value which represents the block size of the twist. This value should be an integer from 2 to 63.
A TwistRotation which determines the type of twist to use to modify the image.
Modifies the image to appear in a twist by the given block size and rotation.
Syntax
'Declaration
 
Public Sub Twist( _
   ByVal blockSize As Integer, _
   ByVal rotation As TwistRotation _
) 
'Usage
 
Dim instance As Processor
Dim blockSize As Integer
Dim rotation As TwistRotation
 
instance.Twist(blockSize, rotation)
public void Twist( 
   int blockSize,
   TwistRotation rotation
)
public: void Twist( 
   int blockSize,
   TwistRotation rotation
) 
public:
void Twist( 
   int blockSize,
   TwistRotation rotation
) 

Parameters

blockSize
An integer value which represents the block size of the twist. This value should be an integer from 2 to 63.
rotation
A TwistRotation which determines the type of twist to use to modify the image.
See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback