For internal use only. Not for customer use.
Overrides
PlaceChildElement(GwxElement, Rect).
Namespace: Ico.GwxAssembly: 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
) |
See Also