LEADTOOLS (Leadtools assembly)

RasterCurveType Enumeration

Show in webframe







Indicates the type of curve that is being defined.
Syntax
'Declaration
 
Public Enum RasterCurveType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterCurveType
public enum RasterCurveType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.RasterCurveType = function() { };
Leadtools.RasterCurveType.prototype = {
Bezier = 0x00000000, Standard = 0x00000001, };
public enum class RasterCurveType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000BezierA 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.
0x00000001StandardA smooth curve that goes through all of the points. In this case, there must be at least three points.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterCurveType

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.