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

index
Index of vertex to change.
vertex
The new vertex for set.

Glossary Item Box

Sets the bound vertex by index.

Syntax

ASP.NET Ajax Javascript (Specification) 
function setBoundVertex( 
   index : number,
   vertex : Vertex
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfVertex.setBoundVertex(number,Vertex);

Parameters

index
Index of vertex to change.
vertex
The new vertex for set.

See Also

©2013. Accusoft Corporation. All Rights Reserved.