←Select platform

Add(ExObjObject,ExObjObject,ExObjLocation) Method

Summary

Adds an object to the list.

Syntax
C#
Objective-C
C++/CLI
Python
- (void)add:(LTExObjObject *)item withNeighbor:(LTExObjObject * __nullable)neighbor atLocation:(LTExObjLocation)location; 
def Add(self,item,neighbor,location): 

Parameters

item

The object to add. This value cannot be null.

neighbor

Optional object for relative positioning.

location

The target location for adding.

Remarks

item must not be part of an ExObjObjectList object when added.

The behavior depends on the provided location:

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.