Specifies the shape of cropping area.
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
Rectangle | 0 |
The cropping area is rectangular (for standard cropping)
|
Perspective | 1 |
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.
|