struct
RenderState
public sealed struct RenderState Describes panel's position and size for rendering operations.
Properties
| Name | Type | Description |
|---|---|---|
X | Single | Position of the panel on the X axis. This can be a negative value! |
Y | Single | Position of the panel on the Y axis. This can be a negative value! |
Width | Single | Width of the panel. |
Height | Single | Height of the panel. |