Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Microsoft Namespaces
Microsoft.DirectX
Vector2 Structure
Vector2 Constructor
Vector2 Constructor (Vector2)
Vector2 Constructor (Double, Double)
Vector2 Constructor (Single, Single)
Vector2 Constructor (Double, Double)
Initializes a new instance of the
Vector2
struct.
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
Vector2
(
double
x
,
double
y
)
Parameters
x
Type:
System
Double
Initial value for the X component of the
Vector2
.
y
Type:
System
Double
Initial value for the Y component of the
Vector2
.
See Also
Reference
Vector2 Structure
Vector2 Overload
Microsoft.DirectX Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com