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