Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

CurvePointsType Enumeration








Enumeration that indicates the method to be used to update the curve array.

Syntax
'Declaration
 
Public Enum CurvePointsType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Curve Fill the curve array with the best curve that passes through the user points.
1Linear Fill the curve array with lines that pass through the user points.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.CurvePointsType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file