Point.this

Construct a new Point.

  1. this(int x, int y)
    struct Point
    pure nothrow
    this
    (
    int x
    ,
    int y
    )
  2. this(POINT* pt)

Meta