VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLineAnnotationViewJS type / get_EndPoint Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_EndPoint Method
    In This Topic
    Gets the end point of the line.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLineAnnotationViewJS();
    
    var value; // Type: object
    value = instance.get_EndPoint();
    
    
    function get_EndPoint() : object;
    

    Return Value

    The end point of line. Default value is {x: 0, y: 0}.
    Browser Compatibility
    56+
    45+
    11
    See Also