set_PolygonPointTemplate Method
In This Topic
Sets the template for polygon points of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPolygonInteractionPointJS
returnValue = instance.set_PolygonPointTemplate(value);
Parameters
- value
- WebPolygonInteractionPointJS object.
Browser Compatibility
See Also