Click or drag to resize

Vector2Multiply Method (Vector2)

Scale the X and Y components of Vector2.

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public void Multiply(
	Vector2 s
)

Parameters

s
Type: Microsoft.DirectXVector2
Vector2 containing the X and Y scale components.
See Also