LEADTOOLS (Leadtools assembly)

TransformPoints_WinRT Method

Show in webframe







The points to transform. The original points in the array are not changed.
Transforms the specified points by this LeadMatrix.
Syntax
public LeadPointD[] TransformPoints_WinRT( 
   LeadPointD[] points
)
'Declaration
 
Public Function TransformPoints_WinRT( _
   ByVal points() As LeadPointD _
) As LeadPointD()
'Usage
 
Dim instance As LeadMatrix
Dim points() As LeadPointD
Dim value() As LeadPointD
 
value = instance.TransformPoints_WinRT(points)
public LeadPointD[] TransformPoints_WinRT( 
   LeadPointD[] points
)

            

            
 function Leadtools.LeadMatrix.TransformPoints_WinRT( 
   points 
)
public:
array<LeadPointD>^ TransformPoints_WinRT( 
   array<LeadPointD>^ points
) 

Parameters

points
The points to transform. The original points in the array are not changed.

Return Value

The result points.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

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