←Select platform

PointsToContainerCoordinates Method

Summary
Convert an array of points to container coordinates.
Syntax
C#
VB
C++
Java
public LeadPointD[] PointsToContainerCoordinates( 
   LeadPointD[] points 
) 
Public Function PointsToContainerCoordinates( _ 
   ByVal points() As LeadPointD _ 
) As LeadPointD() 
public LeadPointD[] pointsToContainerCoordinates(LeadPointD[] points) 
public:  
   array<LeadPointD^>^ PointsToContainerCoordinates( 
      array<LeadPointD^>^ points 
   ) 

Parameters

points
Source points. This value must not be null.

Return Value

Array containing the converted points.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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