Visual Basic (Declaration) | |
---|---|
Public Enum RasterCurveType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCurveType |
C# | |
---|---|
public enum RasterCurveType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RasterCurveType : public System.Enum, IComparable, IConvertible, IFormattable |
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7