In This Topic
            
            Copies the state of the point collection to the target point collection if their max length are equal.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS(points, maxLength);
var value; // Type: any
// Parameters
var target; // Type: WebPointCollectionJS
value = instance.copyTo(target);
 
    
      
      function copyTo(
    : WebPointCollectionJS
) : any;
 
    
       
      Parameters
- target
 
- The point collection.
 
     
Exceptions
| Exception | Description | 
 | Thrown if argument has wrong type. | 
 | Thrown if collections have different maximum lengths. | 
 
Browser Compatibility
See Also