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

    Parameters

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

    Return Value

    The MPR polyline slice, which is perpendicular to the MPR planar slice.
    Exceptions
    ExceptionDescription
    Thrown if planarSlice is null.
    Thrown if xAxisPoints contains less than 2 points.
    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