scaleBy Method

Summary

Scales the frame by the 2D coordinates provided as arguments.

Syntax

TypeScript
JavaScript
Frame.prototype.scaleBy = function( 
	scaleX , 
	scaleY  
) 
      scaleBy(scaleX: number, scaleY: number): void; 

Parameters

scaleX

A number value that references the amount of scaling to transform the X-axis.

scaleY

A number value that references the amount of scaling to transform the Y-axis.

Requirements

Target Platforms

See Also

Frame

Frame Members

Leadtools.Controls.Medical Namespace

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

Leadtools.Controls.Medical Assembly

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