Accusoft.ImagXpress13.Net
Perspective Method




The PerspectiveType to use.

An integer which represents the percentage to modify the image.

The range is from 0 to 100.

Modifies the image using the given PerspectiveType and percent.
Syntax
'Declaration
 
Public Sub Perspective( _
   ByVal perspectiveType As PerspectiveType, _
   ByVal percent As Integer _
) 
'Usage
 
Dim instance As Processor
Dim perspectiveType As PerspectiveType
Dim percent As Integer
 
instance.Perspective(perspectiveType, percent)
public void Perspective( 
   PerspectiveType perspectiveType,
   int percent
)
public: void Perspective( 
   PerspectiveType perspectiveType,
   int percent
) 
public:
void Perspective( 
   PerspectiveType perspectiveType,
   int percent
) 

Parameters

perspectiveType
The PerspectiveType to use.
percent

An integer which represents the percentage to modify the image.

The range is from 0 to 100.

Remarks

This method gives the effect of an altered perspective.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback