←Select platform

PointsFromContainerCoordinates Method

Summary

Converts an array of points from container coordinates.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPointD[] PointsFromContainerCoordinates( 
   LeadPointD[] points, 
   AnnFixedStateOperations operation 
) 
Public Function PointsFromContainerCoordinates( _ 
   ByVal points() As Leadtools.LeadPointD, _ 
   ByVal operation As Leadtools.Annotations.Core.AnnFixedStateOperations _ 
) As Leadtools.LeadPointD() 
public [Leadtools.LeadPointD[]](../l/leadpointd.md) PointsFromContainerCoordinates(  
   Leadtools.LeadPointD[] points, 
   Leadtools.Annotations.Core.AnnFixedStateOperations operation 
) 
-(LTLeadPointCollection*) pointsFromContainerCoordinates:(LTLeadPointCollection*) points 
                                              operation:(LTAnnFixedStateOperations)operation; 
             
public LeadPointD[] pointsFromContainerCoordinates( 
   LeadPointD[] points, 
   int annFixedStateOperations 
) 
             
 function Leadtools.Annotations.Core.AnnContainerMapper.PointsFromContainerCoordinates(  
   points , 
   operation  
) 
public:  
   array<LeadPointD^>^ PointsFromContainerCoordinates( 
      array<LeadPointD^>^ points, 
      AnnFixedStateOperations^ operation 
   ) 

Parameters

points
The source points. This value must not be null.

operation
The source object fixed operation state.

Return Value

An array containing the converted points.

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.Annotations.Core Assembly