IXRFrameworkElement::GetActualY (Compact 2013)

3/28/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetActualY(
    __out 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

See Also

Reference

IXRFrameworkElement
IXRFrameworkElement::GetActualX