VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImageSlice Class / Init Methods / Init(MprSlice,Boolean,ImageSize) Method
Syntax Requirements SeeAlso
In This Topic
    Init(MprSlice,Boolean,ImageSize) Method (MprImageSlice)
    In This Topic
    Initializes the MPR slice parameters.
    Syntax
    'Declaration
    
    Protected Overloads Sub Init( _
    ByVal slice
    MPR slice.
    As MprSlice, _
    ByVal hasResolution
    A value indicating whether the image of the MPR slice has resolution.
    As Boolean, _
    ByVal imageInformation
    An information about image of the MPR slice.
    As Vintasoft.Imaging.ImageSize _
    )

    Parameters

    slice
    MPR slice.
    hasResolution
    A value indicating whether the image of the MPR slice has resolution.
    imageInformation
    An information about image of the MPR 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