Multiplies the value by the matrix, returning the transformed value.
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 RSMatrixMultiply(const aValue: Single; const AMatrix: TRSMatrix): Single; overload; |
Parameters
aValue
Type: Single
AMatrix
Type: System.Void
Type: Single