LEADTOOLS (Leadtools assembly)

RasterCurveClose Enumeration

Show in webframe







Indicates how to close the curve.
Syntax
'Declaration
 
Public Enum RasterCurveClose 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterCurveClose
public enum RasterCurveClose : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.RasterCurveClose = function() { };
Leadtools.RasterCurveClose.prototype = {
NoClose = 0x00000000, PartialClose = 0x00000002, Close = 0x00000002, };
public enum class RasterCurveClose : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoCloseFor n points, draw (n - 3) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P1P2 and P2P3
0x00000002PartialCloseFor n points draw (n - 1) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P0P1, P1P2, P2P3, P3P4 (but not P4P0)
0x00000002CloseFor n points draw (n) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P0P1, P1P2, P2P3, P3P4, P4P0
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterCurveClose

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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