eDriven Framework API
MeasureContent Method (style, content, width, height)
NamespaceseDriven.Gui.UtilGUIStyleMeasureUtilMeasureContent(GUIStyle, GUIContent, Single%, Single%)
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public static void MeasureContent(
	GUIStyle style,
	GUIContent content,
	out float width,
	out float height
)
Public Shared Sub MeasureContent ( _
	style As GUIStyle, _
	content As GUIContent, _
	<OutAttribute> ByRef width As Single, _
	<OutAttribute> ByRef height As Single _
)
public:
static void MeasureContent(
	GUIStyle^ style, 
	GUIContent^ content, 
	[OutAttribute] float% width, 
	[OutAttribute] float% height
)
Parameters
style (GUIStyle)
content (GUIContent)
width (Single%)
height (Single%)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)