For internal use only. Not for customer use.

Overrides PlaceChildElement(GwxElement, Rect).

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public override void PlaceChildElement(
	GwxElement elementToPlace,
	Rect elementDesiredBoundsRootSpace
)
Visual Basic
Public Overrides Sub PlaceChildElement ( _
	elementToPlace As GwxElement, _
	elementDesiredBoundsRootSpace As Rect _
)
JScript
public override function PlaceChildElement(
	elementToPlace : GwxElement, 
	elementDesiredBoundsRootSpace : Rect
)

Parameters

elementToPlace
Type: Ico.Gwx..::..GwxElement
elementDesiredBoundsRootSpace
Type: System.Windows..::..Rect

See Also