nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
Anchor.this
nanogui
layout
AdvancedGridLayout
Anchor
Create an Anchor at position `(x, y)` of size `(w, h)` with specified alignments.
this
(int x, int y, Alignment horiz, Alignment vert)
this
(int x, int y, int w, int h, Alignment horiz, Alignment vert)
struct
Anchor
this
(
int
x
,
int
y
,
int
w
,
int
h
,
Alignment
horiz
=
Alignment.Fill
,
Alignment
vert
=
Alignment.Fill
)
Meta
Source
See Implementation
nanogui
layout
AdvancedGridLayout
Anchor
constructors
this
functions
toString
variables
algn
pos
size
Create an Anchor at position `(x, y)` of size `(w, h)` with specified alignments.