LEADTOOLS (Leadtools assembly)

TransformVector Method

Show in webframe







The point to transform.
Transforms the specified vector point by the LeadMatrix and returns the result.
Syntax
public LeadPointD TransformVector( 
   LeadPointD point
)
'Declaration
 
Public Function TransformVector( _
   ByVal point As LeadPointD _
) As LeadPointD
'Usage
 
Dim instance As LeadMatrix
Dim point As LeadPointD
Dim value As LeadPointD
 
value = instance.TransformVector(point)
public LeadPointD TransformVector( 
   LeadPointD point
)

            

            
 function Leadtools.LeadMatrix.TransformVector( 
   point 
)
public:
LeadPointD TransformVector( 
   LeadPointD point
) 

Parameters

point
The point to transform.

Return Value

The LeadPointD that results from transforming the point by this LeadMatrix.
Remarks

This method will not use the value of the current offset into the transformation. To transform a point with offset, use TransformPoint.

Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

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