IXRFrameworkElement::GetActualX (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetActualX(
    float* pActualX
) = 0;

Parameters

  • pActualX
    [out] Pointer to a float value that indicates the actual x-coordinate of the upper-left point of this UI element, in pixels.

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::GetActualY