TTMSFNCGraphicsContextiOS.SetMatrix Method
Replaces the current transformation matrix with the specified matrix.
API unit family: TMSFNCGraphics.iOS
Declaring type: TTMSFNCGraphicsContextiOS
Syntax
procedure SetMatrix(AMatrix: TTMSFNCGraphicsMatrix); override;
Parameters
| Name | Description |
|---|---|
AMatrix |
The matrix to apply as the current transform. |