Click or drag to resize
CoordinateT Constructor
View Project on GitHub

Namespace: GW2CSharp.V2.Unauthenticated
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Coordinate(
	T x,
	T y
)

Parameters

x
Type: T
The x.
y
Type: T
The y.
See Also