ScalePointAt Method (original) (raw)

Syntax

C#

Objective-C

C++/CLI

Java

Python

+(LeadPointD) scalePoint:(LeadPointD) point xScale:(double) xScale yScale:(double) yScale centerX:(double) _centerX_ centerY:(double) centerY;

Parameters

scaleX
The ratio by which to scale the Leadtools.LeadPointD in the x-axis direction.

scaleY
The ratio by which to scale the Leadtools.LeadPointD in the y-axis direction.

centerX
The value representing the center of the scale operation on the x-axis.

centerY
The value representing the center of the scale operation on the y-axis.

Return Value

The scaled Leadtools.LeadPointD.