LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterCurveClose Enumeration






Indicates how to close the curve. .NET support
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 = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterCurveClose : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
CloseFor n points draw (n) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P0P1, P1P2, P2P3, P3P4, P4P0
NoCloseFor n points, draw (n - 3) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P1P2 and P2P3
PartialCloseFor n points draw (n - 1) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P0P1, P1P2, P2P3, P3P4 (but not P4P0)
Inheritance Hierarchy

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

Requirements

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

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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