Rectangle
Rectangle data structure describes rectangle
Rectangle example:
{
"Height": 0,
"Width": 0,
"X": 0,
"Y": 0
}
Name | Description |
---|---|
Height | Rectangle height |
Width | Rectangle width |
X | X coordinate |
Y | Y coordinate |
Rectangle data structure describes rectangle
Rectangle example:
{
"Height": 0,
"Width": 0,
"X": 0,
"Y": 0
}
Name | Description |
---|---|
Height | Rectangle height |
Width | Rectangle width |
X | X coordinate |
Y | Y coordinate |