Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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;}
Managed Extensions for C++ 
public: __property RasterCurveClose get_Close();
public: __property void set_Close( 
   RasterCurveClose value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also