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