copyTo Method

Summary

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

Syntax

JavaScript Syntax
LeadPointCollection.prototype.copyTo = function(points, list, index) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly