Returns a rotation matrix for rotating an object by Angle degrees. The rotation is around the input point.
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 CreateRotationRSMatrix(const Point: TRSPoint; const Angle: Single): TRSMatrix; overload; |
Parameters
Point
Type: System.Void
Angle
Type: Single
Type: TRSMatrix