IXRFrameworkElement::GetActualX (Compact 2013)
3/28/2014
This method retrieves the actual x-coordinate of this UI element, in pixels.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetActualX(
__out 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 |