VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPlanarSlice Class / CreateSagittalSlice(VintasoftPoint3D,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    CreateSagittalSlice(VintasoftPoint3D,Double,Double) Method (MprPlanarSlice)
    In This Topic
    Creates the sagittal slice for the selected position in MPR image.
    Syntax
    'Declaration
    
    Public Shared Function CreateSagittalSlice( _
    ByVal location
    The location of the MPR slice.
    As Vintasoft.Imaging.VintasoftPoint3D, _
    ByVal width
    Width of the slice.
    As Double, _
    ByVal height
    Height of the slice.
    As Double _
    ) As MprPlanarSlice

    Parameters

    location
    The location of the MPR slice.
    width
    Width of the slice.
    height
    Height of the slice.

    Return Value

    The sagittal slice.
    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