scale Method

Summary

Scales the AnnObject by the specified ratios.

Syntax

JavaScript Syntax
AnnObject.prototype.scale = function( 
   scaleX, 
   scaleY, 
   origin 
) 
TypeScript Syntax
scale( 
   scaleX: number, 
   scaleY: number, 
   origin: LeadPointD 
): void; 

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.

origin

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly