Vcl.Direct2D.TDirect2DFont.GetBrush
Delphi
function GetBrush: TDirect2DBrush;
C++
TDirect2DBrush* __fastcall GetBrush(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Direct2D.pas Vcl.Direct2D.hpp |
Vcl.Direct2D | TDirect2DFont |
Description
GetBrush is the getter method for the Brush property.
GetBrush is executed each time the value of the Brush property is read.