Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Close Property
See Also 
Leadtools Namespace > RasterCurve Class : Close Property



Gets or sets a value that indicates how the curve is closed.

Syntax

Visual Basic (Declaration)  
Public Property Close As RasterCurveClose
Visual Basic (Usage) Copy Code
Dim instance As RasterCurve
Dim value As RasterCurveClose
 
instance.Close = value
 
value = instance.Close
C#  
public RasterCurveClose Close {get; set;}
C++/CLI  
public:
property RasterCurveClose Close {
   RasterCurveClose get();
   void set (RasterCurveClose value);
}

Return Value

A RasterCurveClose enumeration value that indicates how the curve is closed.

Example

For an example, refer to RasterCurve.

Remarks

Refer to RasterCurveClose for more information.

In the following diagram, the resulting region is shown in gray:

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also