Matrix.

CreateScale(Vector) Method

Summary

Creates a scale matrix from the given vector scale.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public static Matrix CreateScale(Vector scales)

Parameters

Name Type Description
scales Vector The scale to use.

Return Value

Type Description
Matrix A scaling matrix.