ASP.NET Ajax Javascript (Specification) | |
---|---|
function setPoint( index : number(Integer), point : Point ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPointCollection.setPoint(number(Integer),Point); |
Parameters
- index
- The zero-based index of the point to change.
- point
- The new value to assign to the specified point.