Vcl.Direct2D.TDirect2DFont.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TDirect2DFont();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Vcl.Direct2D.pas Vcl.Direct2D.hpp |
Vcl.Direct2D | TDirect2DFont |
Description
Frees the TDirect2DFont instance.
Do not call Destroy directly. The owner canvas object frees its assigned graphical objects.