VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPlanarSlice Class / IsSagittalSlice(MprSlice) Method
Syntax Requirements SeeAlso
In This Topic
    IsSagittalSlice(MprSlice) Method (MprPlanarSlice)
    In This Topic
    Determines whether MPR slice is sagittal.
    Syntax
    'Declaration
    
    Public Shared Function IsSagittalSlice( _
    ByVal slice
    MPR slice.
    As MprSlice _
    ) As Boolean
    public static bool IsSagittalSlice(
    MprSlice slice
    )
    public: static bool IsSagittalSlice(
    MprSlice* slice
    )
    public:
    static bool IsSagittalSlice(
    MprSlice^ slice
    )

    Parameters

    slice
    MPR slice.

    Return Value

    True if slice is sagittal; otherwise, false.
    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