VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPolylineSlice Class / CalcualteXAxisPoints(VintasoftPoint[],Boolean) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
CalcualteXAxisPoints(VintasoftPoint[],Boolean) Method (MprPolylineSlice)
In This Topic
Calculates X-axis points.
Syntax
'Declaration

Protected Overridable Function CalcualteXAxisPoints( _
ByVal referencePoints
Reference points
() As Vintasoft.Primitives.VintasoftPoint, _
ByVal removeUnusedPoints
A value indicating whether the unused points must be removed.
As Boolean _
) As Vintasoft.Imaging.VintasoftPoint3D[]

Parameters

referencePoints
Reference points
removeUnusedPoints
A value indicating whether the unused points must be removed.

Return Value

X-axis points.
Exceptions
ExceptionDescription
Thrown if referencePoints is null.
Thrown if count of reference points is less than 2.
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