VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImageSlice Class / MprImageSlice Constructors / MprImageSlice Constructor(MprSlice,ImageSize,Boolean)
Syntax Requirements SeeAlso
In This Topic
    MprImageSlice Constructor(MprSlice,ImageSize,Boolean)
    In This Topic
    Initializes a new instance of the MprImageSlice class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal sourceSlice
    The source MPR slice.
    As MprSlice, _
    ByVal imageInformation
    An information about image of the MPR slice.
    As Vintasoft.Imaging.ImageSize, _
    ByVal hasResolution
    A value indicating whether the MPR slice has resolution.
    As Boolean _
    )

    Parameters

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