IXRUIElement::GetRenderSize (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |