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

    Return Value

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