FMX.Graphics.TPathData.FitToRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FitToRect(const ARect: TRectF);

C++

void __fastcall FitToRect(const System::Types::TRectF &ARect);

Properties

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

Description

Translates and scales the current TPathData to fit a specified rectangle area. The ARect parameter specifies the rectangle area to fit the path in.

See Also