VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / set_ResizePointTemplate Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ResizePointTemplate Method
    In This Topic
    Sets the template for the resize points of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebResizeInteractionPointJS
    
    returnValue = instance.set_ResizePointTemplate(value);
    
    
    function set_ResizePointTemplate(
    value : WebResizeInteractionPointJS
    ) : any;

    Parameters

    value
    WebResizeInteractionPointJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also