Class TBGRABrush
Unit
Declaration
type TBGRABrush = class(TBGRAColoredObject)
Description
Brush property for TBGRACanvas
Hierarchy
- TObject
- TBGRAColoredObject
- TBGRABrush
Overview
Fields
![]() |
FBackColor: TBGRAPixel; |
![]() |
FInternalBitmap: TBGRACustomBitmap; |
![]() |
FInternalBitmapColor: TBGRAPixel; |
![]() |
FStyle: TBrushStyle; |
![]() |
FStyleBeforeTexture: TBrushStyle; |
![]() |
FTexture: IBGRAScanner; |
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function BuildTexture(Prototype: TBGRACustomBitmap): IBGRAScanner; |
![]() |
procedure Assign(Source: TObject); override; |
![]() |
procedure GetUniversalBrush(ABitmapPrototype: TBGRACustomBitmap; out ABrush: TUniversalBrush); |
Properties
![]() |
property ActualColor: TBGRAPixel read GetActualColor; |
![]() |
property ActualDrawMode: TDrawMode read GetActualDrawMode; |
![]() |
property BackColor: TBGRAPixel read FBackColor write SetBackColor; |
![]() |
property Invisible: boolean read GetInvisible; |
![]() |
property Style: TBrushStyle read FStyle write SetBrushStyle; |
![]() |
property Texture: IBGRAScanner read FTexture write SetTexture; |
Description
Fields
![]() |
FBackColor: TBGRAPixel; |
This item has no description. |
![]() |
FInternalBitmap: TBGRACustomBitmap; |
This item has no description. |
![]() |
FInternalBitmapColor: TBGRAPixel; |
This item has no description. |
![]() |
FStyle: TBrushStyle; |
This item has no description. |
![]() |
FStyleBeforeTexture: TBrushStyle; |
This item has no description. |
![]() |
FTexture: IBGRAScanner; |
This item has no description. |
Methods
![]() |
constructor Create; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function BuildTexture(Prototype: TBGRACustomBitmap): IBGRAScanner; |
This item has no description. |
![]() |
procedure Assign(Source: TObject); override; |
This item has no description. |
![]() |
procedure GetUniversalBrush(ABitmapPrototype: TBGRACustomBitmap; out ABrush: TUniversalBrush); |
This item has no description. |
Properties
![]() |
property ActualColor: TBGRAPixel read GetActualColor; |
This item has no description. |
![]() |
property ActualDrawMode: TDrawMode read GetActualDrawMode; |
This item has no description. |
![]() |
property BackColor: TBGRAPixel read FBackColor write SetBackColor; |
This item has no description. |
![]() |
property Invisible: boolean read GetInvisible; |
This item has no description. |
![]() |
property Style: TBrushStyle read FStyle write SetBrushStyle; |
This item has no description. |
![]() |
property Texture: IBGRAScanner read FTexture write SetTexture; |
This item has no description. |