| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28 	
                       		
			       | 
             
| Leadtools Namespace > LeadMatrix Structure : TransformVector Method | 
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 )
This method will not use the value of the current offset into the transformation. To transform a point with offset, use TransformPoint.