Rect Object Type
Rect
accepts numeric pixel values to describe how far to extend a rectangular area. These values are added to the original area's size to expand it.
Exampleโ
{
bottom: 20,
left: null,
right: undefined,
top: 50
}
Keys and valuesโ
bottom
โ
Type | Required |
---|---|
number, null , undefined | No |
left
โ
Type | Required |
---|---|
number, null , undefined | No |
right
โ
Type | Required |
---|---|
number, null , undefined | No |
top
โ
Type | Required |
---|---|
number, null , undefined | No |