Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
kromalex
Posted - Oct 04 2022 : 09:19:12 Hi,
Is there a simple way to pixelize specific areas of a bitmap in background ? I'd like to do it in a procedure. With TImageEnView.create(nil) it seems the selection (calling select()) does not work. With TIEBitmap.Create i dont know how to do a selection. Without selection, all the bitmap is pixelized and this is not what i want.
Regards
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Oct 04 2022 : 15:26:47 Hi
You can use TImageEnProc.SelectedRect. Please see the example at: