public nothrow | Point() |
public nothrow | Point(int x_, int y_) |
public static nothrow Point | Default() |
public nothrow bool | IsDefault() const |
public nothrow void | Offset(int dx, int dy) |
public nothrow String<char> | ToString() const |
public int | x |
public int | y |