IXRUIElement::GetRenderSize (Compact 2013)
3/28/2014
This method retrieves the final size of this UI element after it is displayed in the graphical window.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetRenderSize(
XRSize *pRenderSize
) = 0;
Parameters
- pRenderSize
[out] Pointer to an XRSize structure that indicates the rendered size of this UI element.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.UIElement.RenderSize
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |