
C# | Visual Basic | Visual 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 )