ControlAnchorer AnchorSelectedControls Method Delta Engine Documentation

Namespace: DeltaEngine.Editor.UIEditor
Assembly: DeltaEngine.Editor.UIEditor (in DeltaEngine.Editor.UIEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static void AnchorSelectedControls(
	Entity2D anchoringControl,
	List<Entity2D> selectedControls
)

Parameters

anchoringControl
Type: DeltaEngine.Rendering2D Entity2D
selectedControls
Type: System.Collections.Generic List Entity2D 
See Also