'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 polyline slice, which is accociated with the image.As MprPolylineSlice, _
ByVal hasResolutionA value indicating whether image of the MPR slice has resolution.As Boolean _
)
public MprImagePolylineSlice(
Vintasoft.Imaging.VintasoftImage image,
bool needDisposeImage,
MprPolylineSlice slice,
bool hasResolution
)
public: MprImagePolylineSlice(
Vintasoft.Imaging.VintasoftImage* image,
bool needDisposeImage,
MprPolylineSlice* slice,
bool hasResolution
)
public:
MprImagePolylineSlice(
Vintasoft.Imaging.VintasoftImage^ image,
bool needDisposeImage,
MprPolylineSlice^ 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 polyline slice, which is accociated with the image.
- hasResolution
- A value indicating whether image of the MPR slice has resolution.