Anchor.this

Create an Anchor at position `(x, y)` of size `(w, h)` with specified alignments.

  1. this(int x, int y, Alignment horiz, Alignment vert)
  2. this(int x, int y, int w, int h, Alignment horiz, Alignment vert)
    struct Anchor

Meta