LEADTOOLS (Leadtools assembly)

Multiply Method (LeadPointD)

Show in webframe







The point to transform.
The transformation matrix.
Transforms the specified LeadPoint structure by the specified LeadMatrix structure.
Syntax
public static LeadPointD Multiply( 
   LeadPointD point,
   LeadMatrix matrix
)
'Declaration
 
Public Shared Function Multiply( _
   ByVal point As LeadPointD, _
   ByVal matrix As LeadMatrix _
) As LeadPointD
'Usage
 
Dim point As LeadPointD
Dim matrix As LeadMatrix
Dim value As LeadPointD
 
value = LeadPointD.Multiply(point, matrix)
public static LeadPointD Multiply( 
   LeadPointD point,
   LeadMatrix matrix
)

            

            
 function Leadtools.LeadPointD.Multiply( 
   point ,
   matrix 
)
public:
static LeadPointD Multiply( 
   LeadPointD point,
   LeadMatrix matrix
) 

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.