PointsFromContainerCoordinates Method (original) (raw)

Summary

Converts an array of points from container coordinates.

Syntax

C#

Objective-C

C++/CLI

Java

Python

- (LTLeadPointCollection *)pointsFromContainerCoordinates:(LTLeadPointCollection *)points operations:(LTAnnFixedStateOperations)operations; 

public LeadPointD[] pointsFromContainerCoordinates( LeadPointD[] _points_, int annFixedStateOperations )

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.