# Sandbox.UI.RenderState

Describes panel's position and size for rendering operations.

- Kind: struct
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Properties

- [`Height`](/api/Sandbox.UI.RenderState/Height): Height of the panel.
- [`Width`](/api/Sandbox.UI.RenderState/Width): Width of the panel.
- [`X`](/api/Sandbox.UI.RenderState/X): Position of the panel on the X axis. This can be a negative value!
- [`Y`](/api/Sandbox.UI.RenderState/Y): Position of the panel on the Y axis. This can be a negative value!
