[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 648
type TBrush = class(TFPCustomBrush) |
||
protected |
||
procedure DoAllocateResources; override; |
|
|
procedure DoDeAllocateResources; override; |
|
|
procedure DoCopyProps(); override; |
|
|
procedure SetColor(); |
|
SetColor - specify Colour for the Brush |
procedure SetFPColor(); override; |
|
|
procedure SetBitmap(); |
|
SetBitmap - specify the Bitmap for the Brush |
procedure SetStyle(); override; |
|
|
public |
||
procedure Assign(); override; |
||
constructor Create; override; |
||
destructor Destroy; override; |
||
property Bitmap: TCustomBitmap; [rw] |
|
The BitMap associated with the current Brush |
|
Operating System Handle for this Brush |
|
property Reference: TWSBrushReference; [r] |
|
A Reference made to the current Brush |
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