ImageGear for .NET
removePoint Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PointCollection Class : removePoint Method

index
The zero-based index of the point to remove.

Glossary Item Box

Removes one point from the collection.

Syntax

ASP.NET Ajax Javascript (Specification) 
function removePoint( 
   index : number(Integer)
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPointCollection.removePoint(number(Integer));

Parameters

index
The zero-based index of the point to remove.

Remarks

This function removes a single point from the collection.

After this function removes the point, it will raise the pointRemoved event.

See Also

©2013. Accusoft Corporation. All Rights Reserved.