bitmap-extract!

Synopsis

(bitmap-extract! bitmap row column)

Parameters

  • bitmap
  • row
  • column

Description

Side Effects

The sub-bitmap is removed from the source-bitmap determined by a flood fill algorithm.

Return Value

The extracted bitmap is returned.

Example