scaleAtPrepend Method

Summary

Prepends the specified scale about the specified point of this LeadMatrix.

Syntax

JavaScript Syntax
LeadMatrix.prototype.scaleAtPrepend = function(scaleX, scaleY, centerX, centerY) 
TypeScript Syntax
scaleAtPrepend(scaleX: number, scaleY: number, centerX: number, centerY: 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.

centerX

The x-coordinate of the scale operation's center point.

centerY

The y-coordinate of the scale operation's center point.

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