[Q] How do I get the pixel-array of a form to recreate it in a method?

Markus Gaelli gaelli at emergent.de
Sat Apr 12 14:06:52 UTC 2003


Hi,

I have a form (painted, whatever) and want to recreate it by storing it 
in a method.
I saw people using

	Form class >> extent: extentPoint depth: bitsPerPixel fromArray: 
anArray offset: offsetPoint
for achieving that.

But I don't know, how to get "anArray"...

Any hints?

Thanks,

Markus



More information about the Squeak-dev mailing list