
function Leadtools.Annotations.Core.AnnTransformer.scalePointAt( point , scaleX , scaleY , centerX , centerY )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
| Parameter | Type | Description |
|---|---|---|
| point | LeadPointD | The Leadtools.LeadPointD to be scaled. |
| scaleX | double | The ratio by which to scale the Leadtools.LeadPointD in the x-axis direction. |
| scaleY | double | The ratio by which to scale the Leadtools.LeadPointD 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. |