←Select platform

Multiply Operator

Summary
Transforms the specified LeadPoint structure by the specified LeadMatrix structure.
Syntax
C#
VB
C++
public static LeadPointD operator *( 
   LeadPointD point, 
   LeadMatrix matrix 
) 
Public Operator *( _ 
   ByVal point As LeadPointD, _ 
   ByVal matrix As LeadMatrix _ 
) As LeadPointD 
public: 
LeadPointD operator *(  
   LeadPointD point, 
   LeadMatrix matrix 
) 

Parameters

point
The point to transform.

matrix
The transformation matrix.

Return Value

The transformed point.

Requirements

Target Platforms

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

Leadtools Assembly

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