FMX.Graphics.TPathData.GetBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBounds: TRectF;

C++

System::Types::TRectF __fastcall GetBounds();

Properties

Type Visibility Source Unit Parent
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData

Description

Returns the bounding rectangle of the current TPathData. When the path is drawn, the rectangle returned by GetBounds is not affected by the thickness and style of the pen stroke.

See Also