'Declaration Protected Overloads Function ProcessImageInPlace( _
ByVal imageThe source image.As Vintasoft.Imaging.VintasoftImage, _
ByVal resultImageThe result image.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
protected bool ProcessImageInPlace(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.VintasoftImage resultImage
)
protected: bool ProcessImageInPlace(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.VintasoftImage* resultImage
)
protected:
bool ProcessImageInPlace(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.VintasoftImage^ resultImage
)
Parameters
- image
- 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.