FMX.Graphics.TPathData.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Scale(const ScaleX, ScaleY: Single); overload;
procedure Scale(const AScale: TPointF); overload; inline;

C++

void __fastcall Scale(const float ScaleX, const float ScaleY)/* overload */;
void __fastcall Scale(const System::Types::TPointF &AScale)/* overload */;

Properties

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

Description

Scales the current TPathData.

The scaleX parameter specifies the resizing on the x-axis.

The scaleY parameter specifies the resizing on the y-axis.

See Also