Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated
Rectangle Class
Rectangle Constructor
Rectangle Properties
Rectangle Methods
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#
Copy
public
Rectangle
(
List
<
int
>
x
,
List
<
int
>
y
)
Parameters
x
Type:
System.Collections.Generic
List
Int32
The x.
y
Type:
System.Collections.Generic
List
Int32
The y.
See Also
Reference
Rectangle Class
GW2CSharp.V2.Unauthenticated Namespace