System.Math.Vectors.TMatrix.CreateScaling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateScaling(const AScaleX, AScaleY: Single): TMatrix; static;

C++

static TMatrix __fastcall CreateScaling(const float AScaleX, const float AScaleY);

Properties

Type Visibility Source Unit Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TMatrix

Description

Embarcadero Technologies does not currently have any additional information.