scaleAt Method (LeadMatrix)

Summary

Scales this LeadMatrix by the specified amount about the specified point.

Syntax

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize