pointsFromContainerCoordinates Method

Summary

Converts an array of points from container coordinates.

Syntax

JavaScript Syntax
AnnContainerMapper.prototype.pointsFromContainerCoordinates = function(points, operation) 
TypeScript Syntax
pointsFromContainerCoordinates(points: LeadPointD[], operation: AnnFixedStateOperations): LeadPointD[]; 

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