VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImagePlanarSlice Class / MprImagePlanarSlice Constructors / MprImagePlanarSlice Constructor(VintasoftImage,Boolean,MprPlanarSlice,Boolean)
Syntax Exceptions Requirements SeeAlso
In This Topic
    MprImagePlanarSlice Constructor(VintasoftImage,Boolean,MprPlanarSlice,Boolean)
    In This Topic
    Initializes a new instance of the MprImagePlanarSlice class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal image
    An image of the MPR planar slice.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal needDisposeImage
    A value indicating whether the image should be disposed if image is not necessary any more.
    As Boolean, _
    ByVal slice
    The MPR planar slice, which is accociated with image.
    As MprPlanarSlice, _
    ByVal hasResolution
    A value indicating whether image of the MPR slice has resolution.
    As Boolean _
    )

    Parameters

    image
    An image of the MPR planar slice.
    needDisposeImage
    A value indicating whether the image should be disposed if image is not necessary any more.
    slice
    The MPR planar slice, which is accociated with image.
    hasResolution
    A value indicating whether image of the MPR slice has resolution.
    Exceptions
    ExceptionDescription
    Thrown if image is null.
    Thrown if slice is null.
    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