Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |