LEADTOOLS (Leadtools assembly)

Multiplication Operator (LeadPointD)

LEADTOOLS SDK Help  |  







The point to transform.
The transformation matrix.
Transforms the specified LeadPoint structure by the specified LeadMatrix structure.
Syntax
public LeadPointD operator *( 
   LeadPointD point,
   LeadMatrix matrix
)
public LeadPointD operator *( 
   LeadPointD point,
   LeadMatrix matrix
)
This operator type is not supported by WinRT JavaScript
public:
LeadPointD operator *( 
   LeadPointD point,
   LeadMatrix matrix
)
'Declaration
 
Public Operator *( _
   ByVal point As LeadPointD, _
   ByVal matrix As LeadMatrix _
) As LeadPointD
 
'Usage
 

Parameters

point
The point to transform.
matrix
The transformation matrix.

Return Value

The transformed point.
Requirements

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.