'Declaration Protected Overloads Sub Init( _
ByVal sliceMPR slice.As MprSlice, _
ByVal hasResolutionA value indicating whether the image of the MPR slice has resolution.As Boolean, _
ByVal imageInformationAn information about image of the MPR slice.As Vintasoft.Imaging.ImageSize _
)
protected void Init(
MprSlice slice,
bool hasResolution,
Vintasoft.Imaging.ImageSize imageInformation
)
protected: void Init(
MprSlice* slice,
bool hasResolution,
Vintasoft.Imaging.ImageSize* imageInformation
)
protected:
void Init(
MprSlice^ slice,
bool hasResolution,
Vintasoft.Imaging.ImageSize^ imageInformation
)
Parameters
- slice
- MPR slice.
- hasResolution
- A value indicating whether the image of the MPR slice has resolution.
- imageInformation
- An information about image of the MPR slice.