Version

SmartPlacer Class

Manages the position for each object in a set of managed SmartPositions in an attempt to minimise overlap.
Syntax
'Declaration
 
Public Class SmartPlacer 
public class SmartPlacer 
Remarks
Collision avoidance uses a greedy algorithm running in O(n^2) with O(n) storage. Although there are no known algorithms running in less time than this, simulated annealing may produce slightly better results with comparable execution time.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also