VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImageSlice Class / MprImageSlice Constructors / MprImageSlice Constructor(VintasoftImage,Boolean,MprSlice,Boolean)
Syntax Exceptions Requirements SeeAlso
In This Topic
MprImageSlice Constructor(VintasoftImage,Boolean,MprSlice,Boolean)
In This Topic
Initializes a new instance of the MprImageSlice class.
Syntax
'Declaration

Protected Function New( _
ByVal image
An image of the MPR 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 slice.
As MprSlice, _
ByVal hasResolution
A value indicating whether image of the MPR slice has resolution.
As Boolean _
)

Parameters

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