scalePoint Method

Summary

Scales the input LeadPointD using the specified scale factor.

Syntax
TypeScript
JavaScript
scalePoint = function( 
   point, 
   scaleX, 
   scaleY 
) 
static scalePoint( 
   point: LeadPointD, 
   scaleX: number, 
   scaleY: number 
): LeadPointD; 

Parameters

point

The LeadPointD to be scaled.

scaleX

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

scaleY

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

Return Value

The scaled LeadPointD.

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.