ScaleVector Method (original) (raw)

Summary

Scales the AnnObject by the specified ratios, unit vector and center point.

Syntax

C#

Objective-C

C++/CLI

Java

Python

- (void)scaleVectorScaleX:(double)scaleX scaleY:(double)scaleY unitVectorX:(LeadPointD)unitVectorX unitVectorY:(LeadPointD)unitVectorY centerPoint:(LeadPointD)centerPoint NS_SWIFT_NAME(scaleVector(scaleX:scaleY:unitVectorX:unitVectorY:centerPoint:)); 

Parameters

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

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

unitVectorX
The X-axis of the unit vector to use in scaling.

unitVectorY
The T-axis of the unit vector to use in scaling.

centerPoint
A Leadtools.LeadPointD object that represents the center of the scale operation.