|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
| Leadtools.ImageProcessing.Effects Namespace : CurvePointsType Enumeration |
public enum CurvePointsType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum CurvePointsType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CurvePointsType
public enum CurvePointsType : System.IComparable, System.IConvertible, System.IFormattable
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| 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. ![]() ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.CurvePointsType