=== Top of the Swiki === Attachments ===

Form

Form is an important class in Squeak which is used everywhere.
  • A form is a rectangular array of pixels, used for holding images.
  • All pictures, including character images are Forms.
  • The class Form reads and writes BMP files.
  • The GIFReadWriter gives back instances of Form as well.

  • For further details see class documentation of Form and examples in the examples category. This is a useful starting point for exploring Squeak.