[Overview][Types][Classes][Procedures and functions][Index] |
Canvas used to draw the image.
Source position: extctrls.pp line 574
public property TCustomImage.Canvas : TCanvas |
TCustomImage re-implements the read access specifier for the property to ensure that a drawing surface is available in Picture. When not assigned, a temporary TBitmap instance is created and used as the image class in the Picture property. The Canvas for the bitmap is used as the property value. If the TCanvas has already been assigned, the inherited Canvas property (from TGraphicControl) is used.
|
Contains the image displayed in the control. |
|
|
Implements a container for TGraphic and descendent classes. |
|
|
A clipped window into the parent Canvas. |
Version 4.0 | Generated 2025-05-03 | Home |