|
FORUM MESSAGE
|
|
You are reading a General forum message.
Re: pixel Xor
Author: Israel Luengo
Date Posted: 2005-11-15 06:20:11
Hello Dwigt
I don't know if you know how "locate" a given X, Y coordenate on bitmap...it's like this
//This line assign color Green (Lime) to a given X ,Y pair coordenates on Image Canvas property
Image1->Picture->Bitmap->Canvas->Pixels[X][Y] = clLime;
Also , you have the ^ operator, for the XOR (OR Exclusive) operation.....
Hope it helps
Israel
REPLY TO THIS MESSAGE?
Top
You can post a reply to this General message using the form below:
|
|