C#
VB
Java
Objective-C
WinRT C#
C++
Enumeration that indicates the method to be used to update the curve array.
public enum CurvePointsType Public Enum CurvePointsType
public enum CurvePointsType typedef NS_ENUM(NSInteger, LTCurvePointsType) public enum CurvePointsType Leadtools.ImageProcessing.Effects.CurvePointsType = function() { };Leadtools.ImageProcessing.Effects.CurvePointsType.prototype = {<br/>Curve = 0,Linear = 1,};
public enum class CurvePointsType Members
| Value | Member | Description |
|---|---|---|
| 0 | Curve | Fill the curve array with the best curve that passes through the user points. |
| 1 | Linear | Fill the curve array with lines that pass through the user points. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
