Click or drag to resize

Vector2Scale(Vector2, Vector2) Method

Scale the X and Y components of Vector2 .

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Vector2 Scale(
	Vector2 v,
	Vector2 s
)

Parameters

v  Vector2
Vector2 to scale.
s  Vector2
Vector2 containing the X and Y scale components.

Return Value

Vector2

[Missing <returns> documentation for "M:Microsoft.DirectX.Vector2.Scale(Microsoft.DirectX.Vector2,Microsoft.DirectX.Vector2)"]

See Also