
| Parameter | Type | Description |
|---|---|---|
| x | double | Specifies the X coordinates of the LeadRectD. |
| y | double | Specifies the Y coordinates of the LeadRectD. |
| width | double | Specifies the width of the LeadRectD. Must be a value greater than or equal to 0. |
| height | double | Specifies the height of the LeadRectD. Must be a value greater than or equal to 0. |
| Type | Description |
|---|---|
| LeadRectD | A LeadRectD with X set to x, Y set to y, Width set to width and Height set to height. |