Table of Contents

Class Rectangled

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

Constructors

Rectangled()

public Rectangled()

Rectangled(double, double)

public Rectangled(double width, double height)

Parameters

width double
height double

Rectangled(double, double, double, double)

public Rectangled(double X, double Y, double width, double height)

Parameters

X double
Y double
width double
height double

Fields

Height

public double Height

Field Value

double

Width

public double Width

Field Value

double

X

public double X

Field Value

double

Y

public double Y

Field Value

double

Methods

Bottom()

public double Bottom()

Returns

double

PointInside(double, double)

public bool PointInside(double x, double y)

Parameters

x double
y double

Returns

bool