image_button

A DCL image_button component represents a drawable button. A DCL image_button can be clicked or double clicked. Just like an image component, it can be used to draw a vector, a slide or a rectangle using the respective functions vector_image, fill_image and slide_image.
To draw anything on an image or image_button, use this sequence:
  1. call the function start_image
  2. make a sequence of calls to vector_image, fill_image and slide_image
  3. finish by calling end_image
A DCL image is a child tile.

related attributes

callbacks


© Bricsys NV. All rights reserved.