This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
03adf0b9 abed c0c0 5c19 91d3aa6e0952
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of Vector2.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector2(
double x,
double y
)
VB
Public Sub New (
x As Double,
y As Double
)
C++
public:
Vector2(
double x,
double y
)
F#
new :
x : float *
y : float -> Vector2
- Double
- X component.
- Double
- Y component.