←Select platform

Multiply Method

Summary
Transforms the specified LeadPoint structure by the specified LeadMatrix structure.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPointD Multiply( 
   LeadPointD point, 
   LeadMatrix matrix 
) 
LeadPointD LeadPointDMultiply(LeadPointD point, const LeadMatrix *matrix) 
public static LeadPointD multiply( 
   LeadPointD point, 
   LeadMatrix matrix 
); 
public: 
static LeadPointD Multiply(  
   LeadPointD point, 
   LeadMatrix matrix 
)  
def Multiply(self,point,matrix): 

Parameters

point
The point to transform.

matrix
The transformation matrix.

Return Value

The transformed point.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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