Table of Contents

Class HorSize2i

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll

Represents a 2D size Open in GitHub

public class HorSize2i
Inheritance
HorSize2i
Inherited Members
Extension Methods

Constructors

HorSize2i()

public HorSize2i()

HorSize2i(int, int)

public HorSize2i(int width, int length)

Parameters

width int
length int

Fields

Length

public int Length

Field Value

int

Width

public int Width

Field Value

int

Properties

Area

public int Area { get; }

Property Value

int

Methods

Clone()

public HorSize2i Clone()

Returns

HorSize2i