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
See Also