←Select platform

RasterCurveType Enumeration

Summary
Indicates the type of curve that is being defined.
Syntax
C#
C++/CLI
Java
Python
public enum RasterCurveType 
public final class RasterCurveType 
    extends java.lang.Enum<RasterCurveType> 
public enum class RasterCurveType   
class RasterCurveType(Enum): 
   Bezier = 0 
   Standard = 1 
Members
ValueMemberDescription
0Bezier A series of Bézier curves that use the points as control points. In this case, the number of points must be 3n + 1, where n >= 1. For example, number of points can be 4, 7, 10, 13, and so on. The first four points define the first Bézier curve, and each subsequent group of three points defines the next Bézier curve, using the last point of the previous Bézier curve as the starting point.
1Standard A smooth curve that goes through all of the points. In this case, there must be at least three points.
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

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

Leadtools Assembly

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