SKRotationScaleMatrix.CreateTranslation(Single, 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 translation matrix with no rotation or scale.
public static SkiaSharp.SKRotationScaleMatrix CreateTranslation(float x, float y);
Parameters
- x
- Single
The x-axis translation value.
- y
- Single
The y-axis translation value.
Returns
A new SKRotationScaleMatrix representing the translation.