'Declaration Public Function New( _
ByVal imageAn image of the MPR planar 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 planar slice, which is accociated with image.As MprPlanarSlice, _
ByVal hasResolutionA value indicating whether image of the MPR slice has resolution.As Boolean _
)
public MprImagePlanarSlice(
Vintasoft.Imaging.VintasoftImage image,
bool needDisposeImage,
MprPlanarSlice slice,
bool hasResolution
)
public: MprImagePlanarSlice(
Vintasoft.Imaging.VintasoftImage* image,
bool needDisposeImage,
MprPlanarSlice* slice,
bool hasResolution
)
public:
MprImagePlanarSlice(
Vintasoft.Imaging.VintasoftImage^ image,
bool needDisposeImage,
MprPlanarSlice^ slice,
bool hasResolution
)
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.