VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImagePlanarSlice Class / MprImagePlanarSlice Constructors / MprImagePlanarSlice Constructor(MprPlanarSlice,Boolean,ImageSize)
Syntax Requirements SeeAlso
    MprImagePlanarSlice Constructor(MprPlanarSlice,Boolean,ImageSize)
    Initializes a new instance of the MprImagePlanarSlice class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal slice
    The MPR planar slice.
    As MprPlanarSlice, _
    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also