For internal use only. Not for customer use.
Overrides
PlaceChildElement(GwxElement, Point, Vector).
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public override void PlaceChildElement(
GwxElement elementToPlace,
Point dragStartRootSpace,
Vector offsetRootSpace
) |
Visual Basic |
---|
Public Overrides Sub PlaceChildElement ( _
elementToPlace As GwxElement, _
dragStartRootSpace As Point, _
offsetRootSpace As Vector _
) |
JScript |
---|
public override function PlaceChildElement(
elementToPlace : GwxElement,
dragStartRootSpace : Point,
offsetRootSpace : Vector
) |
Parameters
- elementToPlace
- Type: Ico.Gwx..::..GwxElement
- dragStartRootSpace
- Type: System.Windows..::..Point
- offsetRootSpace
- Type: System.Windows..::..Vector
See Also