image

A DCL image component represents a drawable area in the dcl dialog. It can be used to draw a vector, a slide or a rectangle using the respective functions vector_image, fill_image and slide_image. An image_button is an image that can be clicked.
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


© Bricsys NV. All rights reserved.