Constructor Point
Point(int, int)
Constructs a point from given coordinates.
Declaration
public Point(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
int | x | |
int | y |
Point(string)
Constructs a point from given point string.
Declaration
public Point(string pointString)
Parameters
Type | Name | Description |
---|---|---|
string | pointString | This string is a part of
outline string format. Currently it defines point in
|