ImageEn, unit iexHelperFunctions |
|
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
// Apply pixelization to the image
iebmp.Proc.Pixelize();
// Prompt user to perform color adjustment on the current image
iebmp.Proc.DoPreviews( ppeColorAdjustments );