Returns a translation matrix for translating or moving an object by the change in X and Y.
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 CreateTranslateRSMatrix(const DX, DY: Single): TRSMatrix; |
Parameters
DX
Type: Single
DY
Type: Single
Type: TRSMatrix