create Method

Summary

Creates a new LeadMatrix with the specified values.

Syntax
TypeScript
JavaScript
create = function( 
   m11, 
   m12, 
   m21, 
   m22, 
   offsetX, 
   offsetY 
) 
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 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.