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

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

Glossary Item Box

Returns a point in the collection.

Syntax

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

Parameters

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

Remarks

This function returns a copy of the given point in the collection. Because the returned value is a copy, changing the x or y values of the returned Point will have no effect on the point in the collection. This behavior helps to guarantee that a PointCollection object raises the pointChanged event at the appropriate times.

See Also

©2013. Accusoft Corporation. All Rights Reserved.