FMX.Objects.TShape.Painting
Delphi
procedure Painting; override;
C++
virtual void __fastcall Painting();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TShape |
Description
Calls the inherited Painting method, which calls the event handler of the OnPainting event. Then Painting initializes the fill and stroke properties of the current canvas.
Painting initializes the Fill and Stroke properties of the current canvas with values defined for the proper properties of the shape object.