IXRFrameworkElement::GetActualY (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the actual y-coordinate of this UI element, in pixels.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetActualY(
    float* pActualY
) = 0;

Parameters

  • pActualY
    [out] Pointer to a float value that indicates the actual y-coordinate of the upper-left point of this UI element.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

None.

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRFrameworkElement
IXRFrameworkElement::GetActualX