ExperimentalDrawer.GetHeight Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the height required to display UI elements drawn by OnGUI.
public:
 override float GetHeight();
	public override float GetHeight();
	override this.GetHeight : unit -> single
	Public Overrides Function GetHeight () As Single
	Returns
The height required by OnGUI.