Table of Contents

Struct IntRect

Namespace
RWCustom
Assembly
Assembly-CSharp.dll
public struct IntRect
Inherited Members

Constructors

IntRect(int, int, int, int)

public IntRect(int left, int bottom, int right, int top)

Parameters

left int
bottom int
right int
top int

Fields

bottom

public int bottom

Field Value

int

left

public int left

Field Value

int

right

public int right

Field Value

int

top

public int top

Field Value

int

Properties

Area

public int Area { get; }

Property Value

int

Height

public int Height { get; }

Property Value

int

Width

public int Width { get; }

Property Value

int

Methods

ExpandToInclude(IntVector2)

public void ExpandToInclude(IntVector2 iv2)

Parameters

iv2 IntVector2

Grow(int)

public void Grow(int grow)

Parameters

grow int

MakeFromIntVector2(IntVector2)

public static IntRect MakeFromIntVector2(IntVector2 intVec2)

Parameters

intVec2 IntVector2

Returns

IntRect

ToFloatRect()

public FloatRect ToFloatRect()

Returns

FloatRect