VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / Initialize(MprImagePlanarSlice[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Initialize(MprImagePlanarSlice[]) Method (MprImage)
    In This Topic
    Initializes this MPR image.
    Syntax
    'Declaration
    
    Public Sub Initialize( _
    ByVal sourceSlices
    Source MPR slices.
    () As MprImagePlanarSlice _
    )
    public void Initialize(
    MprImagePlanarSlice[] sourceSlices
    )
    public: void Initialize(
    MprImagePlanarSlice*[]* sourceSlices
    )
    public:
    void Initialize(
    array<MprImagePlanarSlice^>^ sourceSlices
    )

    Parameters

    sourceSlices
    Source MPR slices.
    Exceptions
    ExceptionDescription
    Thrown if sourceSlices is null.
    Thrown if sourceSlices does NOT contain at least 2 slices.
    Thrown if sourceSlices have different axis vectors.
    Thrown if sourceSlices have different interval between each other.
    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