LEADTOOLS (Leadtools assembly)

Tension Property

Show in webframe







Gets or sets a value that indicates how straight to make the curves that connect points.
Syntax
public double Tension {get; set;}
'Declaration
 
Public Property Tension As Double
'Usage
 
Dim instance As RasterCurve
Dim value As Double
 
instance.Tension = value
 
value = instance.Tension
public double Tension {get; set;}

            

            
 
get_Tension();
set_Tension(value);
Object.defineProperty('Tension');
public:
property double Tension {
   double get();
   void set (    double value);
}

Property Value

An System.Double value that indicates how straight to make the curves that connect points. Valid values are between 0.0 and 1.0.
Remarks

This value is used only when Type is RasterCurveType.Standard. Valid values are between 0.0 and 1.0, where 0.0 indicates straight lines, and 1.0 indicates lines with the highest curvature. A typical value for dTension is 0.5.

Example
For an example, refer to RasterCurve.
Requirements

Target Platforms

See Also

Reference

RasterCurve Class
RasterCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

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