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