[]
        
(Showing Draft Content)

C1.WPF.PopupUtil.GetPosition

GetPosition Method

GetPosition(UIElement, Point)

return a absolute position according to the relative position of element

Declaration
public static Point GetPosition(UIElement element, Point point)
Parameters
Type Name Description
UIElement element

the given element

Point point

the given relative position

Returns
Type Description
Point