scale Method

Summary

Appends the specified scale vector to this LeadMatrix.

Syntax

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

Parameters

scaleX

The value by which to scale this LeadMatrix along the x-axis.

scaleY

The value by which to scale this LeadMatrix along the y-axis.

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 Assembly