Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TransformPoints Method








The points to transform. The original points in the array are not changed.
Transforms the specified points by this LeadMatrix.
Syntax
public LeadPointD[] TransformPoints( 
   LeadPointD[] points
)
'Declaration
 
Public Function TransformPoints( _
   ByVal points() As LeadPointD _
) As LeadPointD()
'Usage
 
Dim instance As LeadMatrix
Dim points() As LeadPointD
Dim value() As LeadPointD
 
value = instance.TransformPoints(points)
public LeadPointD[] TransformPoints( 
   LeadPointD[] points
)
 function Leadtools.LeadMatrix.TransformPoints( 
   points 
)
public:
array<LeadPointD>^ TransformPoints( 
   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

Error processing SSI file