VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLineAnnotationViewBaseJS type / get_Points Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Points Method
    In This Topic
    Gets a WebPointCollectionJS object containing the points of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLineAnnotationViewBaseJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS
    value = instance.get_Points();
    
    
    function get_Points() : WebPointCollectionJS;
    

    Return Value

    An instance of WebPointCollectionJS class that contains the points of annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also