VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPlanarSlice Class / IsParallelSlices(MprPlanarSlice,MprPlanarSlice) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    IsParallelSlices(MprPlanarSlice,MprPlanarSlice) Method (MprPlanarSlice)
    In This Topic
    Determines that MPR planar slices are parallel.
    Syntax
    'Declaration
    
    Public Shared Function IsParallelSlices( _
    ByVal slice1
    The first MPR planar slice.
    As MprPlanarSlice, _
    ByVal slice2
    The second MPR planar slice.
    As MprPlanarSlice _
    ) As Boolean
    public static bool IsParallelSlices(
    MprPlanarSlice slice1,
    MprPlanarSlice slice2
    )
    public: static bool IsParallelSlices(
    MprPlanarSlice* slice1,
    MprPlanarSlice* slice2
    )
    public:
    static bool IsParallelSlices(
    MprPlanarSlice^ slice1,
    MprPlanarSlice^ slice2
    )

    Parameters

    slice1
    The first MPR planar slice.
    slice2
    The second MPR planar slice.

    Return Value

    True if slices are parallel; otherwise, false.
    Exceptions
    ExceptionDescription
    Thrown if slice1 or slice2 is null.
    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