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






element
relativeTo
crossPlatform

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function TransformToVisual( _
   ByVal element As UIElement, _
   ByVal relativeTo As DependencyObject, _
   ByVal crossPlatform As Boolean _
) As GeneralTransform
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim relativeTo As DependencyObject
Dim crossPlatform As Boolean
Dim value As GeneralTransform
 
value = UIElementExtensions.TransformToVisual(element, relativeTo, crossPlatform)
C# 
[ExtensionAttribute()]
public static GeneralTransform TransformToVisual( 
   UIElement element,
   DependencyObject relativeTo,
   bool crossPlatform
)
Delphi 
public function TransformToVisual( 
    element: UIElement;
    relativeTo: DependencyObject;
    crossPlatform: Boolean
): GeneralTransform; static; 
JScript 
ExtensionAttribute()
public static function TransformToVisual( 
   element : UIElement,
   relativeTo : DependencyObject,
   crossPlatform : boolean
) : GeneralTransform;
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static GeneralTransform* TransformToVisual( 
   UIElement* element,
   DependencyObject* relativeTo,
   bool crossPlatform
) 
C++/CLI 
[ExtensionAttribute()]
public:
static GeneralTransform^ TransformToVisual( 
   UIElement^ element,
   DependencyObject^ relativeTo,
   bool crossPlatform
) 

Parameters

element
relativeTo
crossPlatform

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.