Struct IntRect
Syntax
Constructors
IntRect(Int64, Int64, Int64, Int64)
Declaration
public IntRect(long l, long t, long r, long b)
Parameters
Type |
Name |
Description |
System.Int64 |
l |
|
System.Int64 |
t |
|
System.Int64 |
r |
|
System.Int64 |
b |
|
IntRect(IntRect)
Declaration
public IntRect(IntRect ir)
Parameters
Fields
bottom
Declaration
Field Value
Type |
Description |
System.Int64 |
|
left
Declaration
Field Value
Type |
Description |
System.Int64 |
|
right
Declaration
Field Value
Type |
Description |
System.Int64 |
|
top
Declaration
Field Value
Type |
Description |
System.Int64 |
|