Intersoft ClientUI Documentation
GetSafeTransformPoint(ISFramework,UIElement) Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXPopup Class : GetSafeTransformPoint(ISFramework,UIElement) Method






framework
The framework object
element
The element used as the source of the visual transformation point.
Gets a visual transformation point based on the given element which can be safely used in cross-platform codes.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetSafeTransformPoint( _
   ByVal framework As ISFramework, _
   ByVal element As UIElement _
) As Point
Visual Basic (Usage)Copy Code
Dim framework As ISFramework
Dim element As UIElement
Dim value As Point
 
value = UXPopup.GetSafeTransformPoint(framework, element)
C# 
public static Point GetSafeTransformPoint( 
   ISFramework framework,
   UIElement element
)
Delphi 
public function GetSafeTransformPoint( 
    framework: ISFramework;
    element: UIElement
): Point; static; 
JScript 
public static function GetSafeTransformPoint( 
   framework : ISFramework,
   element : UIElement
) : Point;
Managed Extensions for C++ 
public: static Point GetSafeTransformPoint( 
   ISFramework* framework,
   UIElement* element
) 
C++/CLI 
public:
static Point GetSafeTransformPoint( 
   ISFramework^ framework,
   UIElement^ element
) 

Parameters

framework
The framework object
element
The element used as the source of the visual transformation point.

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.