Indicates the type of curve that is being defined.
public enum RasterCurveType
Public Enum RasterCurveType
public enum RasterCurveType
public enum class RasterCurveType
Value | Member | Description |
---|---|---|
0 | Bezier | A series of Bézier curves that use the points as control points. In this case, the number of points must be 3n + 1, where n >= 1. For example, number of points can be 4, 7, 10, 13, and so on. The first four points define the first Bézier curve, and each subsequent group of three points defines the next Bézier curve, using the last point of the previous Bézier curve as the starting point. |
1 | Standard | A smooth curve that goes through all of the points. In this case, there must be at least three points. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document