'Declaration Protected Function New( _
ByVal sliceThe MPR planar slice.As MprPlanarSlice, _
ByVal hasResolutionA value indicating whether the image has information about resolution.As Boolean, _
ByVal imageInformationAn image information.As Vintasoft.Imaging.ImageSize _
)
protected MprImagePlanarSlice(
MprPlanarSlice slice,
bool hasResolution,
Vintasoft.Imaging.ImageSize imageInformation
)
protected: MprImagePlanarSlice(
MprPlanarSlice* slice,
bool hasResolution,
Vintasoft.Imaging.ImageSize* imageInformation
)
protected:
MprImagePlanarSlice(
MprPlanarSlice^ slice,
bool hasResolution,
Vintasoft.Imaging.ImageSize^ imageInformation
)
Parameters
- slice
- The MPR planar slice.
- hasResolution
- A value indicating whether the image has information about resolution.
- imageInformation
- An image information.