igGetWindowContentRegionWidth() приватный Метод

private igGetWindowContentRegionWidth ( ) : float
Результат float
Пример #1
0
 public static float GetWindowContentRegionWidth()
 {
     return(ImGuiNative.igGetWindowContentRegionWidth());
 }
Пример #2
0
 public static float GetWindowContentRegionWidth()
 => ImGuiNative.igGetWindowContentRegionWidth();