VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprCurvilinearSlice Class / CurveTension Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    CurveTension Property (MprCurvilinearSlice)
    In This Topic
    Gets or sets the amount that X-axis curve bends between reference points.
    Syntax
    'Declaration
    
    Public Property CurveTension As Double
    
    
    public double CurveTension { get; set; }
    
    
    public: __property double get_CurveTension();
    public: __property void set_CurveTension(
    double value
    );
    public:
    property double CurveTension { double get(); void set(double value); }

    Property Value

    Valid values are from 0 to 1.
    0 - the smallest curve and the sharpest corner (this is polyline);
    1 - the smoothest curve.
    Default value is 1.
    Exceptions
    ExceptionDescription
    Thrown if value is less than 0 or more than 1.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also