Show: Delphi
C++
Display Preferences
FMX.Types.CreateScaleMatrix
From XE3 API Documentation
Delphi
function CreateScaleMatrix(const ScaleX, ScaleY: Single): TMatrix;
C++
extern DELPHI_PACKAGE System::Types::TMatrix __fastcall CreateScaleMatrix(const float ScaleX, const float ScaleY);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Creates a scale TMatrix based on the given scale.
The scale is given through the ScaleX and ScaleY parameters, which are Single values.