GetUnclippedSize Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the unclipped size of this element.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub GetUnclippedSize ( _
    <OutAttribute> ByRef width As Integer, _
    <OutAttribute> ByRef height As Integer _
)
public void GetUnclippedSize(
    out int width,
    out int height
)
public:
void GetUnclippedSize(
    [OutAttribute] int% width, 
    [OutAttribute] int% height
)
member GetUnclippedSize : 
        width:int byref * 
        height:int byref -> unit 
public function GetUnclippedSize(
    width : int, 
    height : int
)

Parameters

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace