Parameter | Type | Description |
---|---|---|
points | LeadPointD | The Leadtools.LeadPointD array to be scaled. |
scaleX | double | The ratio by which to scale the Leadtools.LeadPointD values in the x-axis direction. |
scaleY | double | The ratio by which to scale the Leadtools.LeadPointD values in the y-axis direction. |
centerX | double | The value representing the center of the scale operation on the x-axis. |
centerY | double | The value representing the center of the scale operation on the y-axis. |
Type | Description |
---|---|
LeadPointD | The scaled Leadtools.LeadPointD array. |