UIElement.GetUnclippedSize Method
Returns the unclipped size of this UIElement.
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public void GetUnclippedSize (
out intwidth,
out intheight
)
Parameters
- width
The unclipped width of this UIElement, in pixels. - height
The unclipped height of this UIElement, in pixels.
Version Information
Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.
See Also
Reference
UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace