←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 Leadtools.LeadPointD, _ 
   ByVal matrix As Leadtools.LeadMatrix _ 
) As Leadtools.LeadPointD 

Parameters

point
The point to transform.

matrix
The transformation matrix.

Return Value

The transformed point.

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