FMX.Graphics.TPathData.ApplyMatrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyMatrix(const M: TMatrix);

C++

void __fastcall ApplyMatrix(const System::Math::Vectors::TMatrix &M);

Properties

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

Description

Applies a transformation matrix to the current TPathData.

The M parameter specifies the transformation matrix.

The transformation can translate, scale, or rotate the current TPathData.

See Also