←Select platform

CurvePointsType Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CurvePointsType   
Public Enum CurvePointsType  
    
    
public enum 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   

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.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly