SKRotationScaleMatrix.CreateScale(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a uniform scale matrix with no rotation or translation.
public static SkiaSharp.SKRotationScaleMatrix CreateScale(float s);
Parameters
- s
- Single
The uniform scale factor.
Returns
A new SKRotationScaleMatrix representing the scale transformation.