[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The Brush to be used to Paint on the current Canvas
Source position: graphics.pp line 583
type TBrush = class(TFPCustomBrush) |
||
protected |
||
procedure DoAllocateResources; override; |
|
|
procedure DoDeAllocateResources; override; |
|
|
procedure DoCopyProps(); override; |
|
|
procedure SetColor(); |
|
|
procedure SetFPColor(); override; |
|
|
procedure SetBitmap(); |
|
|
procedure SetStyle(); override; |
|
|
public |
||
procedure Assign(); override; |
|
Assign - copies a SourceBrush to itself |
constructor Create; override; |
|
Brush constructor |
destructor Destroy; override; |
|
Brush destructor |
property Bitmap: TCustomBitmap; [rw] |
|
The BitMap associated with the current Brush |
|
Operating System Handle for this Brush |
|
property Reference: TWSBrushReference; [r] |
|
|
published |
||
|
The Colour of the current Brush |
|
property Style; |
|
Style of the Brush |
end; |
|
The Brush to be used to Paint on the current Canvas |
|
| | ||
TFPCustomBrush |
||
? | ||
TObject |
A Brush is typically used to fill an enclosed area on theCanvas with one particular colour or coloured pattern
lazarus-ccr.sourceforge.net |