←Select platform

CurvePointsType Enumeration

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

Syntax
C#
VB
Objective-C
C++
Java
public enum CurvePointsType   
Public Enum CurvePointsType  
typedef NS_ENUM(NSInteger, LTCurvePointsType) 
public enum CurvePointsType 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

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