Returns a scaling matrix for scaling an object by the input factors. The scaling is from the origin.
Note |
---|
This function is provided for compatibility with earlier versions of Delphi which did not support methods on a record type. Use this function if you want your code to support older as well as newer versions of Delphi. |
Namespace: FMX.RS.Graphics
Delphi |
function CreateScaleRSMatrix(const ScaleX, ScaleY: Single): TRSMatrix; |
Parameters
ScaleX
Type: Single
ScaleY
Type: Single
Type: TRSMatrix