Visual Basic (Declaration) | |
---|---|
Public Enum RasterCurveType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterCurveType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterCurveType : public Enum |
C++/CLI | |
---|---|
public enum class RasterCurveType : public Enum |
Member | Description |
---|---|
Bezier | A series of Bezier 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 Bezier curve, and each subsequent group of three points defines the next Bezier curve, using the last point of the previous Bezier curve as the starting point. |
Standard | A smooth curve that goes through all of the points. In this case, there must be at least three points. |
System.Object
System.ValueType
System.Enum
Leadtools.RasterCurveType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family