Class Rectangled
- Namespace
- Vintagestory.API.Datastructures
- Assembly
- VintagestoryAPI.dll
public class Rectangled
- Inheritance
-
Rectangled
- Derived
- Inherited Members
- Extension Methods
Constructors
Rectangled()
public Rectangled()
Rectangled(double, double)
public Rectangled(double width, double height)
Parameters
Rectangled(double, double, double, double)
public Rectangled(double X, double Y, double width, double height)
Parameters
Fields
Height
public double Height
Field Value
Width
public double Width
Field Value
X
public double X
Field Value
Y
public double Y
Field Value
Methods
Bottom()
public double Bottom()
Returns
PointInside(double, double)
public bool PointInside(double x, double y)