VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprCurvilinearSlice Class / CalcualteXAxisPoints(VintasoftPoint[],Boolean) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CalcualteXAxisPoints(VintasoftPoint[],Boolean) Method (MprCurvilinearSlice)
    In This Topic
    Calculates X-axis points.
    Syntax
    'Declaration
    
    Protected Overrides 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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also