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

    Return Value

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