[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TSharedRasterImage.BitmapCanvas

Canvas used to render the bitmap for the raster image.

Declaration

Source position: graphics.pp line 1237

public property TSharedRasterImage.BitmapCanvas : TCanvas
  read FBitmapCanvas
  write FBitmapCanvas;

Description

BitmapCanvas is a TCanvas property which represents the drawing surface used to render the shared raster image.

TSharedRasterImage does not supply a value for the property. The property value is supplied by an image class, like TRasterImage, which uses the shared image paradigm. It normally contains an instance of TBitmapCanvas (or a descendant).

See also

TRasterImage

  

TRasterImage - base class for a number of graphic controls, including TCustomBitmap and TCustomIcon, which use a raster of dots to display graphic information.

TCanvas

  

Implements a drawing surface for a visual control or bitmap image.


Version 3.2 Generated 2024-02-25 Home