Vector2 Constructor (Double, Double) |
Initializes a new instance of the
Vector2 struct.
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntaxpublic Vector2(
double x,
double y
)
Parameters
- x
- Type: SystemDouble
Initial value for the X component of the Vector2. - y
- Type: SystemDouble
Initial value for the Y component of the Vector2.
See Also