←Select platform

RasterCurveClose Enumeration

Summary
Indicates how to close the curve.
Syntax
C#
C++/CLI
Java
Python
public enum RasterCurveClose 
public final class RasterCurveClose 
    extends java.lang.Enum<RasterCurveClose> 
public enum class RasterCurveClose   
class RasterCurveClose(Enum): 
   NoClose = 0 
   Close = 1 
   PartialClose = 2 
Members
ValueMemberDescription
0NoClose For n points, draw (n - 3) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P1P2 and P2P3
1Close For n points draw (n) segments. For example, for points {P0, P1, P2, P3, P4}, draw segments P0P1, P1P2, P2P3, P3P4, P4P0
2PartialClose 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)
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.