copyTo Method

Summary

Copies the contents of a LeadPointD list to a LeadPointD array starting at the specified index.

Syntax
TypeScript
JavaScript
LeadPointCollection.prototype.copyTo = function(points, _list_, index) 
copyTo(points: LeadPointD[], list: LeadPointD[], index: number): void; 

Parameters

points

An array which will be filled with the elements in the specified list.

list

A list of LeadPointD elements which will be copied into the points array.

index

The zero-based index in list at which copying begins.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.