←Select platform

PointsToContainerCoordinates Method

Summary
Convert an array of points to container coordinates.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadPointD[] PointsToContainerCoordinates( 
   LeadPointD[] points 
) 
- (LTLeadPointCollection *)pointsToContainerCoordinates:(LTLeadPointCollection *)points; 
public LeadPointD[] pointsToContainerCoordinates(LeadPointD[] points) 
public:  
   array<LeadPointD^>^ PointsToContainerCoordinates( 
      array<LeadPointD^>^ points 
   ) 
def PointsToContainerCoordinates(self,] points): 

Parameters

points
Source points. This value must not be null.

Return Value

Array containing the converted points.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.