ImageEn, unit iexHelperFunctions

TIEBitmapHelper.Proc

TIEBitmapHelper.Proc


Declaration

property Proc: TImageEnProc;


Description

Returns a TImageEnProc, which provides functionality for editing and manipulating images, clipboard and analysis.

Note:
You must add the iexHelperFunctions unit to your uses clause
Delphi/C++ 2005 or newer is required to use helper classes


Examples

// Apply pixelization to the image
iebmp.Proc.Pixelize();

// Prompt user to perform color adjustment on the current image
iebmp.Proc.DoPreviews( ppeColorAdjustments );