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