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(Int64 l, Int64 t, Int64 r, Int64 b)
Parameters
Type | Name | Description |
---|---|---|
Int64 | l | |
Int64 | t | |
Int64 | r | |
Int64 | b |
Fields
bottom
Declaration
public Int64 bottom
Field Value
Type | Description |
---|---|
Int64 |
left
Declaration
public Int64 left
Field Value
Type | Description |
---|---|
Int64 |
right
Declaration
public Int64 right
Field Value
Type | Description |
---|---|
Int64 |
top
Declaration
public Int64 top
Field Value
Type | Description |
---|---|
Int64 |