scale Method

Summary

Scales the AnnObject by the specified ratios.

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

Parameters

scaleX

The value for the horizontal scale.

scaleY

The value for the vertical scale.

origin

The point of origin for the scaling operation.

Remarks

This implementation overrides this method to ignore the default behavior since this object type does not support scaling.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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