VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebPointCollectionJS type / WebPointCollectionJS Constructor(object[],number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPointCollectionJS Constructor(object[],number)
    In This Topic
    Initializes a new instance of the WebPointCollectionJS class.
    Syntax
    // Parameters
    var points; // Type: object[]
    var maxLength; // Type: number
    
    var instance = new Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS(points, maxLength);
    
    
    function WebPointCollectionJS(
    points
    An array of points.
    : object[],
    maxLength
    Max length of collection.
    : number
    ) : WebPointCollectionJS;

    Parameters

    points
    An array of points.
    maxLength
    Max length of collection.
    Browser Compatibility
    56+
    45+
    11
    See Also