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 .NET Micro Framework version 3.0 and above.
See Also
Reference
UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace