'Declaration Protected Overloads Overrides Function ProcessImage( _
ByVal sourceImageThe source image.As Vintasoft.Imaging.VintasoftImage, _
ByVal resultImageThe result image.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
protected override bool ProcessImage(
Vintasoft.Imaging.VintasoftImage sourceImage,
Vintasoft.Imaging.VintasoftImage resultImage
)
protected: bool ProcessImage(
Vintasoft.Imaging.VintasoftImage* sourceImage,
Vintasoft.Imaging.VintasoftImage* resultImage
); override
protected:
bool ProcessImage(
Vintasoft.Imaging.VintasoftImage^ sourceImage,
Vintasoft.Imaging.VintasoftImage^ resultImage
); override
Parameters
- sourceImage
- The source image.
- resultImage
- The result image.
Return Value
True if image is processed and the result image contains the image processing result;
false if processing is canceled or not necessary.
false if processing is canceled or not necessary.