Wiki

Clone wiki

RogueSharp / RogueSharp / Point / _ctor_1

Point Constructor (Int32, Int32)

Initializes a new instance of Point

Namespace: RogueSharp
Assembly:

Syntax

public Point(
    int x,
    int y
)

Parameters

x

Type: SystemInt32
The x-coordinate of the Point

y

Type: SystemInt32
The y-coordinate of the Point

See Also

Reference

Point Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated