Leadtools Namespace : RasterCurveType Enumeration |
public enum RasterCurveType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterCurveType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterCurveType
public enum RasterCurveType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.RasterCurveType = function() { }; Leadtools.RasterCurveType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterCurveType : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2