Click or drag to resize
Rectangle Constructor
View Project on GitHub
Initializes a new instance of the Rectangle class.

Namespace: GW2CSharp.V2.Unauthenticated
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Rectangle(
	List<int> x,
	List<int> y
)

Parameters

x
Type: System.Collections.GenericListInt32
The x.
y
Type: System.Collections.GenericListInt32
The y.
See Also