Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated
Coordinate(T) Class
Coordinate(T) Constructor
Coordinate(T) Properties
Coordinate(T) Methods
Coordinate
T
Constructor
View Project on GitHub
Initializes a new instance of the
Coordinate
T
class.
Namespace:
GW2CSharp.V2.Unauthenticated
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Coordinate
( T
x
, T
y
)
Parameters
x
Type:
T
The x.
y
Type:
T
The y.
See Also
Reference
Coordinate
T
Class
GW2CSharp.V2.Unauthenticated Namespace