FMX.Objects.TCalloutRectangle.CreatePath
Delphi
procedure CreatePath;
C++
void __fastcall CreatePath();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TCalloutRectangle |
Description
Generates the contour of TCalloutRectangle.
CreatePath uses parameters of the current TCalloutRectangle object to generate a series of connected curves and lines (in the FMX.Graphics.TPathData type) that form the TCalloutRectangle contour to draw.