VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / CreateAxialSlice(Double) Method
Syntax Requirements SeeAlso
In This Topic
CreateAxialSlice(Double) Method (MprImage)
In This Topic
Creates the axial slice for the selected position in this MPR image.
Syntax
'Declaration

Public Function CreateAxialSlice( _
ByVal zPosition
The position of the slice, in millimeters, on Z axis.
As Double _
) As MprPlanarSlice
public MprPlanarSlice CreateAxialSlice(
double zPosition
)

Parameters

zPosition
The position of the slice, in millimeters, on Z axis.

Return Value

The axial slice.
Requirements

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

See Also