'Declaration Protected Function New( _
ByVal imageAn image of the MPR slice.As Vintasoft.Imaging.VintasoftImage, _
ByVal needDisposeImageA value indicating whether the image should be disposed if image is not necessary any more.As Boolean, _
ByVal sliceThe MPR slice.As MprSlice, _
ByVal hasResolutionA value indicating whether image of the MPR slice has resolution.As Boolean _
)
protected MprImageSlice(
Vintasoft.Imaging.VintasoftImage image,
bool needDisposeImage,
MprSlice slice,
bool hasResolution
)
protected: MprImageSlice(
Vintasoft.Imaging.VintasoftImage* image,
bool needDisposeImage,
MprSlice* slice,
bool hasResolution
)
protected:
MprImageSlice(
Vintasoft.Imaging.VintasoftImage^ image,
bool needDisposeImage,
MprSlice^ slice,
bool hasResolution
)
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.