UIElement.GetRenderSize Method
Gets the final render size of the current element.
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public void GetRenderSize (
ref intwidth,
ref intheight
)
Parameters
- width
[OutAttribute] The width of the current element when rendered. - height
[OutAttribute] The height of the current element when rendered.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace