←Select platform

PointsFromContainerCoordinates Method

Summary
Converts an array of points from container coordinates.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadPointD[] PointsFromContainerCoordinates( 
   LeadPointD[] points, 
   AnnFixedStateOperations operation 
) 
- (LTLeadPointCollection *)pointsFromContainerCoordinates:(LTLeadPointCollection *)points operations:(LTAnnFixedStateOperations)operations; 
public LeadPointD[] pointsFromContainerCoordinates( 
   LeadPointD[] points, 
   int annFixedStateOperations 
) 
public:  
   array<LeadPointD^>^ PointsFromContainerCoordinates( 
      array<LeadPointD^>^ points, 
      AnnFixedStateOperations^ operation 
   ) 
def PointsFromContainerCoordinates(self,] points,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.