transformRect Method

Summary

Transforms the specified rect by the LeadMatrix and returns the result.

Syntax

JavaScript Syntax
LeadMatrix.prototype.transformRect = function(rect) 
TypeScript Syntax
transformRect(rect: LeadRectD): LeadRectD; 

Parameters

rect

The rectangle to transform.

Return Value

The LeadRectD by this LeadMatrix.

Remarks

This method will use the value of the current offset into the transformation.

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