VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.UI Namespace / WebPointCollectionJS type / WebPointCollectionJS Constructor(object[],number)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebPointCollectionJS Constructor(object[],number)
    В этом разделе
    Initializes a new instance of the WebPointCollectionJS class.
    Синтаксис
    // Parameters
    var points; // Type: object[]
    var maxLength; // Type: number
    
    var instance = new Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS(points, maxLength);
    
    
    function WebPointCollectionJS(
    points
    Массив точек.
    : object[],
    maxLength
    Максимальная длина коллекции.
    : number
    ) : WebPointCollectionJS;

    Parameters

    points
    Массив точек.
    maxLength
    Максимальная длина коллекции.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также