create Method

Summary

Creates a new LeadMatrix with the specified values.

Syntax

JavaScript Syntax
create = function(m11, m12, m21, m22, offsetX, offsetY) 
TypeScript Syntax
static create(m11: number, m12: number, m21: number, m22: number, offsetX: number, offsetY: number): LeadMatrix; 

Parameters

m11

The new LeadMatrix M11 coefficient.

m12

The new LeadMatrix M12 coefficient.

m21

The new LeadMatrix M21 coefficient.

m22

The new LeadMatrix M22 coefficient.

offsetX

The new LeadMatrix OffsetX coefficient.

offsetY

The new LeadMatrix OffsetY coefficient.

Return Value

The resulting LeadMatrix

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