| Parameter | Type | Description |
|---|---|---|
| points | LeadPointD | The LeadPointD array to be rotated. |
| angle | double | The angle to rotate the LeadPointD values. |
| centerX | double | The value representing the center point of rotation on the x-axis. |
| centerY | double | The value representing the center point of rotation on the y-axis. |
| Type | Description |
|---|---|
| LeadPointD | The rotated LeadPointD array. |