←Select platform

Multiply Operator

Summary
Transforms the specified LeadPoint structure by the specified LeadMatrix structure.
Syntax
C#
C++/CLI
Python
public static LeadPointD operator *( 
   LeadPointD point, 
   LeadMatrix matrix 
) 
public: 
LeadPointD operator *(  
   LeadPointD point, 
   LeadMatrix matrix 
) 
def op_Multiply(self,point,matrix): 

Parameters

point
The point to transform.

matrix
The transformation matrix.

Return Value

The transformed point.

Requirements

Target Platforms

Help Version 22.0.2023.5.16
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.