add Method

Summary

Adds an object to the end of the collection.

Syntax

JavaScript Syntax
AnnGradientStopCollection.prototype.add = function( 
   item 
) 
TypeScript Syntax
add( 
   item: AnnGradientStop 
): void; 

Parameters

annGradientStop

The object to be added to the end of the collection.

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