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