Table of Contents

Property Geometry

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Geometry

Gets or sets the geometry and bounds of this window.
Set x and y to -1.0 to center the window.
Set x and/or y to -2.0 to position the window's top left at the mouse cursor's position of that axis
Set x and/or y to -3.0 to center the window on the mouse cursor's position of that axis

[JsonProperty("geometry")]
public NuiProperty<NuiRect> Geometry { get; set; }

Property Value

NuiProperty<NuiRect>