Specifies the shape used for warping.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
| C# |
|---|
public enum WarpShape |
| Visual Basic (Declaration) |
|---|
Public Enumeration WarpShape |
| Visual C++ |
|---|
public enum class WarpShape |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| CustomQuadrilateral | ||
| Rectangle | ||
| FadeRight | ||
| FadeLeft | ||
| FadeUp | ||
| FadeDown | ||
| SlantLeft | ||
| SlantRight | ||
| SlantUp | ||
| SlantDown | ||
| CascadeUp | ||
| CascadeDown | ||
| CirclePath | ||
| SemicirclePathUp | ||
| SemicirclePathDown | ||
| SemicirclePathLeft | ||
| SemicirclePathRight |