VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also