VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / CreateCurvilinearSlice(MprPlanarSlice,VintasoftPoint[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateCurvilinearSlice(MprPlanarSlice,VintasoftPoint[]) Method (MprImage)
    In This Topic
    Creates the MPR curvilinear slice, which is perpendicular to the specified MPR planar slice.
    Syntax
    'Declaration
    
    Public Function CreateCurvilinearSlice( _
    ByVal planarSlice
    The MPR planar slice.
    As MprPlanarSlice, _
    ByVal xAxisPoints
    Points on X-axis of the MPR curvilinear slice in coordinate system of MPR planar slice.
    () As Vintasoft.Primitives.VintasoftPoint _
    ) As MprCurvilinearSlice

    Parameters

    planarSlice
    The MPR planar slice.
    xAxisPoints
    Points on X-axis of the MPR curvilinear slice in coordinate system of MPR planar slice.

    Return Value

    The MPR curvilinear slice, which is perpendicular to the MPR planar slice.
    Exceptions
    ExceptionDescription
    Thrown if planarSlice is null.
    Thrown if xAxisPoints is null.
    Thrown if xAxisPoints contains less than 2 points.
    Requirements

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

    See Also