Leadtools Namespace : RasterCurveClose Enumeration |
public enum RasterCurveClose : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterCurveClose Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterCurveClose
public enum RasterCurveClose : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.RasterCurveClose = function() { }; Leadtools.RasterCurveClose.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterCurveClose : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Close | For n points draw (n) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P0P1, P1P2, P2P3, P3P4, P4P0 |
NoClose | For n points, draw (n - 3) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P1P2 and P2P3 |
PartialClose | For n points draw (n - 1) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P0P1, P1P2, P2P3, P3P4 (but not P4P0) |
System.Object
System.ValueType
System.Enum
Leadtools.RasterCurveClose
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