LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Close Property






Gets or sets a value that indicates how the curve is closed. .NET support
Syntax
public RasterCurveClose Close {get; set;}
'Declaration
 
Public Property Close As RasterCurveClose
'Usage
 
Dim instance As RasterCurve
Dim value As RasterCurveClose
 
instance.Close = value
 
value = instance.Close
public RasterCurveClose Close {get; set;}
 get_Close();
set_Close(value);
public:
property RasterCurveClose Close {
   RasterCurveClose get();
   void set (    RasterCurveClose value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCurve Class
RasterCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.