←Select platform

Add(ExObjObject) Method

Summary

Adds an object to the end of the list.

Syntax
C#
VB
C++
public virtual void Add( 
   ExObjObject item 
) 
Public Overridable Sub Add( 
   ByVal item As ExObjObject 
) 
public:  
   virtual void Add( 
      ExObjObject^ item 
   ) 

Parameters

item

The object to add.

Remarks

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

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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