Table of Contents

Class Rectanglef

Namespace
Vintagestory.API.Datastructures
Assembly
VintagestoryAPI.dll
public class Rectanglef
Inheritance
Rectanglef
Inherited Members

Constructors

Rectanglef()

public Rectanglef()

Rectanglef(float, float, float, float)

public Rectanglef(float x, float y, float width, float height)

Parameters

x float
y float
width float
height float

Fields

Height

public float Height

Field Value

float

Width

public float Width

Field Value

float

X

public float X

Field Value

float

Y

public float Y

Field Value

float

Methods

Bottom()

public float Bottom()

Returns

float

Create(float, float, float, float)

public static Rectanglef Create(float x, float y, float width, float height)

Parameters

x float
y float
width float
height float

Returns

Rectanglef