VintaSoft Imaging .NET SDK 15.1: 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);

Parameters

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