Version

ISmartPlaceable Interface

Interface for objects placed by a smart placer object.
Syntax
'Declaration
 
Public Interface ISmartPlaceable 
public interface ISmartPlaceable 
Remarks
Although there is a clear intent to SmartPosition values, implementing classes are free to interpret the values as they wish. The only restriction being that the position parameter be interpreted coherently: the bounds set by calling SetPosition() should be identical to those returned by calling GetPosition()
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