Intersoft ClientUI Documentation
Translate Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UIElementExtensions Class : Translate Method






fromElement
toElement
fromPoint

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function Translate( _
   ByVal fromElement As UIElement, _
   ByVal toElement As UIElement, _
   ByVal fromPoint As Point _
) As Point
Visual Basic (Usage)Copy Code
Dim fromElement As UIElement
Dim toElement As UIElement
Dim fromPoint As Point
Dim value As Point
 
value = UIElementExtensions.Translate(fromElement, toElement, fromPoint)
C# 
[ExtensionAttribute()]
public static Point Translate( 
   UIElement fromElement,
   UIElement toElement,
   Point fromPoint
)
Delphi 
public function Translate( 
    fromElement: UIElement;
    toElement: UIElement;
    fromPoint: Point
): Point; static; 
JScript 
ExtensionAttribute()
public static function Translate( 
   fromElement : UIElement,
   toElement : UIElement,
   fromPoint : Point
) : Point;
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static Point Translate( 
   UIElement* fromElement,
   UIElement* toElement,
   Point fromPoint
) 
C++/CLI 
[ExtensionAttribute()]
public:
static Point Translate( 
   UIElement^ fromElement,
   UIElement^ toElement,
   Point fromPoint
) 

Parameters

fromElement
toElement
fromPoint

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.