FMX.Objects.TCalloutRectangle.CreatePath

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also