Struct IntRect
- Namespace
- RWCustom
- Assembly
- Assembly-CSharp.dll
- 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
Field Value
- int
left
Field Value
- int
right
Field Value
- int
top
Field Value
- int
Properties
Area
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