[Overview][Types][Classes][Index] Reference for unit 'LazCanvas' (#lcl)

TLazCanvas.AssignedBrush

Brush assigned to the canvas.

Declaration

Source position: lazcanvas.pas line 148

public property TLazCanvas.AssignedBrush : TFPCustomBrush
  read GetAssignedBrush
  write FAssignedBrush;

Description

These properties are used to implement LCLIntf.SelectObject to keep track of which pen/brush/font handle was assigned to this canvas. They are not utilized by TLazCanvas itself.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.