←Select platform

Move Method

Summary

Moves the specified object from the current list to the specified list.

Syntax
C#
Objective-C
C++/CLI
Java
Python
- (void)move:(LTExObjObject *)item to:(LTExObjObjectList * __nullable)target withNeighbor:(LTExObjObject * __nullable)neighbor atLocation:(LTExObjLocation)location; 
def Move(self,item,target,neighbor,location): 

Parameters

item

The object to move. This value cannot be null.

target

The target list.

neighbor

Optional object for relative positioning.

location

The target location for moving.

Remarks

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.