Struct RectInt
Syntax
Constructors
RectInt(Int32, Int32, Int32, Int32)
Declaration
public RectInt(int x, int y, int width, int height)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
Fields
height
Declaration
Field Value
Type |
Description |
System.Int32 |
|
width
Declaration
Field Value
Type |
Description |
System.Int32 |
|
x
Declaration
Field Value
Type |
Description |
System.Int32 |
|
y
Declaration
Field Value
Type |
Description |
System.Int32 |
|
zero
Declaration
public static readonly RectInt zero
Field Value