Navigation: Code Documentation > RSVclCommon > RSGraphics > Classes > TRSPathData > Methods
TRSPathData.Scale(Single,Single) Method
Scales the current TRSPathData.
Namespace: RSGraphics
Delphi
public procedure Scale(const scaleX, scaleY: Single);
Parameters
scaleX
Type: Single
Resizing on the x-axis.
scaleY
Resizing on the y-axis.
•RSGraphics.TRSPathData.Points[Integer]
•RSGraphics.TRSPathData.ApplyMatrix(TRSMatrix)
•RSGraphics.TRSPathData.Flatten(Single)
•RSGraphics.TRSPathData.Translate(Single,Single)
•RSGraphics.TRSPathData.FitToRect(TRSRect)
•RSGraphics.TRSPathData.Clear
•TRSPathData
•RSGraphics