Intersoft ClientUI Documentation
GetSafeTransformPoint(ISFramework,UIElement) Method



The framework object
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
Public Shared Function GetSafeTransformPoint( _
   ByVal framework As ISFramework, _
   ByVal element As UIElement _
) As Point
Dim framework As ISFramework
Dim element As UIElement
Dim value As Point
 
value = UXPopup.GetSafeTransformPoint(framework, element)
public static Point GetSafeTransformPoint( 
   ISFramework framework,
   UIElement element
)
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 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

UXPopup Class
UXPopup Members

Send Feedback