// Parameters var points; // Type: object[] var maxLength; // Type: number var instance = new Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS(points, maxLength);
function WebPointCollectionJS(
pointsAn array of points.: object[],
maxLengthMax length of collection.: number
) : WebPointCollectionJS;
Parameters
- points
- An array of points.
- maxLength
- Max length of collection.