←Select platform

Close Property

Summary

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

Syntax
C#
VB
C++
public RasterCurveClose Close { get; set; } 
Public Property Close As RasterCurveClose 
public: 
property RasterCurveClose Close { 
   RasterCurveClose get(); 
   void set (    RasterCurveClose ); 
} 

Property Value

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

Remarks

Refer to RasterCurveClose for more information.

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

Curve Close

Example

For an example, refer to RasterCurve.

Requirements

Target Platforms

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

Leadtools Assembly