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

    Parameters

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