igGetWindowContentRegionWidth() private method

private igGetWindowContentRegionWidth ( ) : float
return float
Ejemplo n.º 1
0
 public static float GetWindowContentRegionWidth()
 {
     return(ImGuiNative.igGetWindowContentRegionWidth());
 }
Ejemplo n.º 2
0
 public static float GetWindowContentRegionWidth()
 => ImGuiNative.igGetWindowContentRegionWidth();