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

Matrix3x2::CreateScale Method

Creates a scaling matrix.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member CreateScale(Single) Creates a scaling matrix that scales uniformly with the given scale.
Public method Static member CreateScale(Vector2) Creates a scaling matrix from the specified vector scale.
Public method Static member CreateScale(Single, Vector2) Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center.
Public method Static member CreateScale(Single, Single) Creates a scaling matrix from the specified X and Y components.
Public method Static member CreateScale(Vector2, Vector2) Creates a scaling matrix from the specified vector scale with an offset from the specified center point.
Public method Static member CreateScale(Single, Single, Vector2) Creates a scaling matrix that is offset by a given center point.
Top
Show:
© 2017 Microsoft