copyTo Method (LeadPointCollection)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize