←Select platform

TransformPoints(LeadPointD[]) Method

Summary

Transforms the specified point array by the LeadMatrix and returns the result.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void TransformPoints(  
   Leadtools.LeadPointD[] points 
) 
Public Overloads Sub TransformPoints( _ 
   ByVal points() As Leadtools.LeadPointD _ 
)  
public void TransformPoints(  
   Leadtools.LeadPointD[] points 
) 
void LeadMatrixTransformPoints(const LeadMatrix *matrix, LeadPointD* points, NSUInteger count) 
public void transformPoints(LeadPointD[] points) 
 function Leadtools.LeadMatrix.TransformPoints(LeadPointD[])(  
   points  
) 
public: 
void TransformPoints(  
   Leadtools.array<LeadPointD>^ points 
)  

Parameters

points
The points to transform.

Remarks

This method will use the value of the current offset into the transformation. To transform a point without offset (as a vector), use TransformVector.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly