ControlProcessor CalculateBoundingBox 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 Rectangle CalculateBoundingBox(
	List<Entity2D> selectedControlList
)

Parameters

selectedControlList
Type: System.Collections.Generic List Entity2D 

Return Value

Type: Rectangle
See Also