Visual Basic (Declaration) | |
---|---|
Public Enum RasterCurveClose Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCurveClose |
C# | |
---|---|
public enum RasterCurveClose : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RasterCurveClose : public System.Enum, IComparable, IConvertible, 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7