Class Rectanglef
- Namespace
- Vintagestory.API.Datastructures
- Assembly
- VintagestoryAPI.dll
public class Rectanglef
- Inheritance
-
Rectanglef
- Inherited Members
- Extension Methods
Constructors
Rectanglef()
public Rectanglef()
Rectanglef(float, float, float, float)
public Rectanglef(float x, float y, float width, float height)
Parameters
Fields
Height
public float Height
Field Value
Width
public float Width
Field Value
X
public float X
Field Value
Y
public float Y
Field Value
Methods
Bottom()
public float Bottom()
Returns
Create(float, float, float, float)
public static Rectanglef Create(float x, float y, float width, float height)