Windows apps
Collapse the table of content
Expand the table of content

Matrix3x2::CreateScale Method (Vector2)

Creates a scaling matrix from the specified vector scale.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Matrix3x2 CreateScale(
	Vector2 scales
)

Parameters

scales
Type: System.Numerics::Vector2

The scale to use.

Return Value

Type: System.Numerics::Matrix3x2
The scaling matrix.
Show:
© 2017 Microsoft