Version

MeasureView(View,Int32,Int32,Int32,Int32) Method

Measures a child view.
Syntax
protected void MeasureView( 
   Android.Views.View child,
   int left,
   int top,
   int width,
   int height
)

Parameters

child
The child view.
left
The left location of the child view.
top
The top location of the child view.
width
The width of the child view.
height
The height of the child view.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also