←Select platform

PointsFromContainerCoordinates Method

Summary
Converts an array of points from container coordinates.
Syntax
C#
VB
Objective-C
C++
Java
public LeadPointD[] PointsFromContainerCoordinates( 
   LeadPointD[] points, 
   AnnFixedStateOperations operation 
) 
Public Function PointsFromContainerCoordinates( _ 
   ByVal points() As LeadPointD, _ 
   ByVal operation As AnnFixedStateOperations _ 
) As LeadPointD() 
-(LTLeadPointCollection*) pointsFromContainerCoordinates:(LTLeadPointCollection*) points 
                                              operation:(LTAnnFixedStateOperations)operation; 
public LeadPointD[] pointsFromContainerCoordinates( 
   LeadPointD[] points, 
   int annFixedStateOperations 
) 
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 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.