Matrix.Scale Method
.NET Framework 4
Applies the specified scale vector to this Matrix by prepending the scale vector.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Scale(Single, Single) | Applies the specified scale vector to this Matrix by prepending the scale vector. |
|
Scale(Single, Single, MatrixOrder) | Applies the specified scale vector (scaleX and scaleY) to this Matrix using the specified order. |