
function Leadtools.Annotations.Core.AnnTransformer.scalePointsAt( points , scaleX , scaleY , centerX , centerY )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
| 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. |