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
- width
Type: System. . :: . .Int32%
The unclipped width of this UIElement, in pixels.
- height
Type: System. . :: . .Int32%
The unclipped height of this UIElement, in pixels.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.