LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

CurvePointsType Enumeration

Show in webframe







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

Syntax
'Declaration
 
Public Enum CurvePointsType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CurvePointsType
public enum CurvePointsType : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000CurveFill the curve array with the best curve that passes through the user points.
0x00000001LinearFill 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.