Vector2Multiply(Vector2) Method |
Scale the X and Y components of
Vector2.
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic void Multiply(
Vector2 s
)
Parameters
- s Vector2
- Vector2 containing the X and Y scale components.
See Also