public enum CurvePointsType
typedef NS_ENUM(NSInteger, LTCurvePointsType) {
LTCurvePointsTypeCurve = 0x0000,
LTCurvePointsTypeLinear = 0x0001
};
public final class CurvePointsType
extends java.lang.Enum<CurvePointsType>
public enum class CurvePointsType
class CurvePointsType(Enum):
Curve = 0
Linear = 1
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. |
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