TTMSFNCGraphics.SetMatrix Method
Applies a transformation matrix to the drawing context, replacing the current transform.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphics
Syntax
procedure SetMatrix(const AMatrix: TTMSFNCGraphicsMatrix); virtual;
Parameters
| Name | Description |
|---|---|
AMatrix |
Transformation matrix to apply. |