struct RenderState

in global :: Sandbox . UI

Describes panel's position and size for rendering operations.


public float X { get; set; }

Position of the panel on the X axis. This can be a negative value!

public float Y { get; set; }

Position of the panel on the Y axis. This can be a negative value!

public float Width { get; set; }

Width of the panel.

public float Height { get; set; }

Height of the panel.

public static Rect op_Implicit( RenderState rs )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.