VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImageSlice Class / Init Methods / Init(VintasoftImage,Boolean,MprSlice,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
Init(VintasoftImage,Boolean,MprSlice,Boolean) Method (MprImageSlice)
In This Topic
Initializes the MPR slice parameters.
Syntax
'Declaration

Protected Overloads Sub Init( _
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 the 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 the image of the MPR slice has resolution.
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