'Declaration Protected Overloads Overridable Function ProcessImage( _
ByVal sourceImageИсходное изображение.As Vintasoft.Imaging.VintasoftImage, _
ByRef isImageChangedЗначение, указывающее, обрабатывается ли souceImage.As Boolean _
) As Vintasoft.Imaging.VintasoftImage
protected virtual Vintasoft.Imaging.VintasoftImage ProcessImage(
Vintasoft.Imaging.VintasoftImage sourceImage,
out bool isImageChanged
)
protected: virtual Vintasoft.Imaging.VintasoftImage* ProcessImage(
Vintasoft.Imaging.VintasoftImage* sourceImage,
[PARAMFLAG::Out] bool isImageChanged
)
protected:
virtual Vintasoft.Imaging.VintasoftImage^ ProcessImage(
Vintasoft.Imaging.VintasoftImage^ sourceImage,
[Out] bool isImageChanged
)
Parameters
- sourceImage
- Исходное изображение.
- isImageChanged
- Значение, указывающее, обрабатывается ли souceImage.
Return Value
Обработанное изображение.