Intersoft ClientUI Documentation
Translate Method (UIElementExtensions)



Syntax
<ExtensionAttribute()>
Public Shared Function Translate( _
   ByVal fromElement As UIElement, _
   ByVal toElement As UIElement, _
   ByVal fromPoint As Point _
) As Point
Dim fromElement As UIElement
Dim toElement As UIElement
Dim fromPoint As Point
Dim value As Point
 
value = UIElementExtensions.Translate(fromElement, toElement, fromPoint)
[ExtensionAttribute()]
public static Point Translate( 
   UIElement fromElement,
   UIElement toElement,
   Point fromPoint
)
[ExtensionAttribute()]
public:
static Point Translate( 
   UIElement^ fromElement,
   UIElement^ toElement,
   Point fromPoint
) 

Parameters

fromElement
toElement
fromPoint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UIElementExtensions Class
UIElementExtensions Members

Send Feedback