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
enum LTCurvePointsType
public enum CurvePointsType
Leadtools.ImageProcessing.Effects.CurvePointsType = function() { }; Leadtools.ImageProcessing.Effects.CurvePointsType.prototype = {
Curve = 0x00000000, Linear = 0x00000001, };
public enum class CurvePointsType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Curve | Fill the curve array with the best curve that passes through the user points. |
0x00000001 | Linear | Fill the curve array with lines that pass through the user points. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.CurvePointsType