'Declaration Protected Overrides Function ProcessImageInPlace( _
ByVal imageImage to process.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
protected override bool ProcessImageInPlace(
Vintasoft.Imaging.VintasoftImage image
)
protected: bool ProcessImageInPlace(
Vintasoft.Imaging.VintasoftImage* image
); override
protected:
bool ProcessImageInPlace(
Vintasoft.Imaging.VintasoftImage^ image
); override
Parameters
- image
- Image to process.
Return Value
True if image is processed; false if processing is canceled or NOT necessary.