←Select platform

CurvePointsType Enumeration

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

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum CurvePointsType   
typedef NS_ENUM(NSInteger, LTCurvePointsType) { 
 LTCurvePointsTypeCurve = 0x0000,  
 LTCurvePointsTypeLinear = 0x0001 
}; 
public final class CurvePointsType 
    extends java.lang.Enum<CurvePointsType> 
public enum class CurvePointsType   
class CurvePointsType(Enum): 
   Curve = 0 
   Linear = 1 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.