Click or drag to resize

Vector2(Vector2) Constructor

Initializes a new instance of the Vector2 struct.

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public Vector2(
	Vector2 v
)

Parameters

v  Vector2
Initial value for all components of the Vector2.
See Also