This topic has not yet been rated - Rate this topic

Matrix.CreateScale Method (Single)

Creates a scaling Matrix.

Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
public static Matrix CreateScale(
	float scale
)

Parameters

scale
Type: System.Single
Amount to scale by.

Return Value

Type: Microsoft.Xna.Framework.Matrix
The created scaling Matrix.

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.