scale Method

Summary

Scales the AnnTextPointerObject by the specified ratios.

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

Parameters

scaleX

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

scaleY

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

origin

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

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.