←Select platform

Add(ExObjObject) Method

Summary

Adds an object to the end of the list.

Syntax
C#
C++/CLI
Python
public virtual void Add( 
   ExObjObject item 
) 
public:  
   virtual void Add( 
      ExObjObject^ item 
   ) 
def Add(self,item): 

Parameters

item

The object to add.

Remarks

Internally calls Add(item, null, ExObjLocation.After).

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.