←Select platform

Move Method

Summary

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

Syntax
C#
VB
C++
Public Sub Move( 
   ByVal item As ExObjObject, 
   ByVal target As ExObjObjectList, 
   ByVal neighbor As ExObjObject, 
   ByVal location As ExObjLocation 
) 

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 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.