Specifies the shape of cropping area.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum CropMode
Public Enumeration CropMode
public enum class CropMode

Members

MemberValueDescription
Rectangle0
The cropping area is rectangular (for standard cropping)
Perspective1
All corners of the cropping area can be adjusted as a quadrilateral to allow perspective distortion, i.e. the selected quadrilateral will be scaled to a rectangle when cropping is enacted.

See Also