Navigation: Code Documentation > RSVclCommon > RSGraphics > Classes > TRSPathData > Methods
TRSPathData.ApplyMatrix(TRSMatrix) Method
Applies a transformation matrix to the current TRSPathData.
The transformation can translate, scale, or rotate the current TRSPathData.
Namespace: RSGraphics
Delphi
public procedure ApplyMatrix(const M: TRSMatrix);
Parameters
M
Type: System.Void
transformation matrix
•RSGraphics.TRSPathData.Points[Integer]
•RSGraphics.TRSPathData.Flatten(Single)
•RSGraphics.TRSPathData.Scale(Single,Single)
•RSGraphics.TRSPathData.Translate(Single,Single)
•RSGraphics.TRSPathData.FitToRect(TRSRect)
•RSGraphics.TRSPathData.Clear
•TRSPathData
•RSGraphics