Dalamud/docs/api/ImGuiNET.ImGui.html
2020-12-10 17:37:08 +01:00

27441 lines
1.3 MiB

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class ImGui
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ImGui
">
<meta name="generator" content="docfx 2.48.1.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="ImGuiNET.ImGui">
<h1 id="ImGuiNET_ImGui" data-uid="ImGuiNET.ImGui" class="text-break">Class ImGui
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">ImGui</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="ImGuiNET.html">ImGuiNET</a></h6>
<h6><strong>Assembly</strong>: ImGui.NET.dll</h6>
<h5 id="ImGuiNET_ImGui_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class ImGui</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_AcceptDragDropPayload_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.AcceptDragDropPayload(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10">View Source</a>
</span>
<a id="ImGuiNET_ImGui_AcceptDragDropPayload_" data-uid="ImGuiNET.ImGui.AcceptDragDropPayload*"></a>
<h4 id="ImGuiNET_ImGui_AcceptDragDropPayload_System_String_" data-uid="ImGuiNET.ImGui.AcceptDragDropPayload(System.String)">AcceptDragDropPayload(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImGuiPayloadPtr AcceptDragDropPayload(string type)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">type</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiPayloadPtr.html">ImGuiPayloadPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_AcceptDragDropPayload_System_String_ImGuiNET_ImGuiDragDropFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.AcceptDragDropPayload(System.String%2CImGuiNET.ImGuiDragDropFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L38">View Source</a>
</span>
<a id="ImGuiNET_ImGui_AcceptDragDropPayload_" data-uid="ImGuiNET.ImGui.AcceptDragDropPayload*"></a>
<h4 id="ImGuiNET_ImGui_AcceptDragDropPayload_System_String_ImGuiNET_ImGuiDragDropFlags_" data-uid="ImGuiNET.ImGui.AcceptDragDropPayload(System.String,ImGuiNET.ImGuiDragDropFlags)">AcceptDragDropPayload(String, ImGuiDragDropFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImGuiPayloadPtr AcceptDragDropPayload(string type, ImGuiDragDropFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">type</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDragDropFlags.html">ImGuiDragDropFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiPayloadPtr.html">ImGuiPayloadPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_AlignTextToFramePadding.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.AlignTextToFramePadding%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L65">View Source</a>
</span>
<a id="ImGuiNET_ImGui_AlignTextToFramePadding_" data-uid="ImGuiNET.ImGui.AlignTextToFramePadding*"></a>
<h4 id="ImGuiNET_ImGui_AlignTextToFramePadding" data-uid="ImGuiNET.ImGui.AlignTextToFramePadding">AlignTextToFramePadding()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void AlignTextToFramePadding()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ArrowButton_System_String_ImGuiNET_ImGuiDir_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ArrowButton(System.String%2CImGuiNET.ImGuiDir)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L69">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ArrowButton_" data-uid="ImGuiNET.ImGui.ArrowButton*"></a>
<h4 id="ImGuiNET_ImGui_ArrowButton_System_String_ImGuiNET_ImGuiDir_" data-uid="ImGuiNET.ImGui.ArrowButton(System.String,ImGuiNET.ImGuiDir)">ArrowButton(String, ImGuiDir)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ArrowButton(string str_id, ImGuiDir dir)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDir.html">ImGuiDir</a></td>
<td><span class="parametername">dir</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Begin_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Begin(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L96">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Begin_" data-uid="ImGuiNET.ImGui.Begin*"></a>
<h4 id="ImGuiNET_ImGui_Begin_System_String_" data-uid="ImGuiNET.ImGui.Begin(System.String)">Begin(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Begin(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Begin_System_String_ImGuiNET_ImGuiWindowFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Begin(System.String%2CImGuiNET.ImGuiWindowFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L416">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Begin_" data-uid="ImGuiNET.ImGui.Begin*"></a>
<h4 id="ImGuiNET_ImGui_Begin_System_String_ImGuiNET_ImGuiWindowFlags_" data-uid="ImGuiNET.ImGui.Begin(System.String,ImGuiNET.ImGuiWindowFlags)">Begin(String, ImGuiWindowFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Begin(string name, ImGuiWindowFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiWindowFlags.html">ImGuiWindowFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Begin_System_String_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Begin(System.String%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L125">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Begin_" data-uid="ImGuiNET.ImGui.Begin*"></a>
<h4 id="ImGuiNET_ImGui_Begin_System_String_System_Boolean__" data-uid="ImGuiNET.ImGui.Begin(System.String,System.Boolean@)">Begin(String, ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Begin(string name, ref bool p_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Begin_System_String_System_Boolean__ImGuiNET_ImGuiWindowFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Begin(System.String%2CSystem.Boolean%40%2CImGuiNET.ImGuiWindowFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L156">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Begin_" data-uid="ImGuiNET.ImGui.Begin*"></a>
<h4 id="ImGuiNET_ImGui_Begin_System_String_System_Boolean__ImGuiNET_ImGuiWindowFlags_" data-uid="ImGuiNET.ImGui.Begin(System.String,System.Boolean@,ImGuiNET.ImGuiWindowFlags)">Begin(String, ref Boolean, ImGuiWindowFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Begin(string name, ref bool p_open, ImGuiWindowFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiWindowFlags.html">ImGuiWindowFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChild_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChild(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L186">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChild_" data-uid="ImGuiNET.ImGui.BeginChild*"></a>
<h4 id="ImGuiNET_ImGui_BeginChild_System_String_" data-uid="ImGuiNET.ImGui.BeginChild(System.String)">BeginChild(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChild(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChild_System_String_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChild(System.String%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L216">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChild_" data-uid="ImGuiNET.ImGui.BeginChild*"></a>
<h4 id="ImGuiNET_ImGui_BeginChild_System_String_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.BeginChild(System.String,System.Numerics.Vector2)">BeginChild(String, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChild(string str_id, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChild_System_String_System_Numerics_Vector2_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChild(System.String%2CSystem.Numerics.Vector2%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L245">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChild_" data-uid="ImGuiNET.ImGui.BeginChild*"></a>
<h4 id="ImGuiNET_ImGui_BeginChild_System_String_System_Numerics_Vector2_System_Boolean_" data-uid="ImGuiNET.ImGui.BeginChild(System.String,System.Numerics.Vector2,System.Boolean)">BeginChild(String, Vector2, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChild(string str_id, Vector2 size, bool border)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">border</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChild_System_String_System_Numerics_Vector2_System_Boolean_ImGuiNET_ImGuiWindowFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChild(System.String%2CSystem.Numerics.Vector2%2CSystem.Boolean%2CImGuiNET.ImGuiWindowFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L274">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChild_" data-uid="ImGuiNET.ImGui.BeginChild*"></a>
<h4 id="ImGuiNET_ImGui_BeginChild_System_String_System_Numerics_Vector2_System_Boolean_ImGuiNET_ImGuiWindowFlags_" data-uid="ImGuiNET.ImGui.BeginChild(System.String,System.Numerics.Vector2,System.Boolean,ImGuiNET.ImGuiWindowFlags)">BeginChild(String, Vector2, Boolean, ImGuiWindowFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChild(string str_id, Vector2 size, bool border, ImGuiWindowFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">border</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiWindowFlags.html">ImGuiWindowFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChild_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChild(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L302">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChild_" data-uid="ImGuiNET.ImGui.BeginChild*"></a>
<h4 id="ImGuiNET_ImGui_BeginChild_System_UInt32_" data-uid="ImGuiNET.ImGui.BeginChild(System.UInt32)">BeginChild(UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChild(uint id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChild_System_UInt32_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChild(System.UInt32%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L310">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChild_" data-uid="ImGuiNET.ImGui.BeginChild*"></a>
<h4 id="ImGuiNET_ImGui_BeginChild_System_UInt32_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.BeginChild(System.UInt32,System.Numerics.Vector2)">BeginChild(UInt32, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChild(uint id, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChild_System_UInt32_System_Numerics_Vector2_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChild(System.UInt32%2CSystem.Numerics.Vector2%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L317">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChild_" data-uid="ImGuiNET.ImGui.BeginChild*"></a>
<h4 id="ImGuiNET_ImGui_BeginChild_System_UInt32_System_Numerics_Vector2_System_Boolean_" data-uid="ImGuiNET.ImGui.BeginChild(System.UInt32,System.Numerics.Vector2,System.Boolean)">BeginChild(UInt32, Vector2, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChild(uint id, Vector2 size, bool border)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">border</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChild_System_UInt32_System_Numerics_Vector2_System_Boolean_ImGuiNET_ImGuiWindowFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChild(System.UInt32%2CSystem.Numerics.Vector2%2CSystem.Boolean%2CImGuiNET.ImGuiWindowFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L324">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChild_" data-uid="ImGuiNET.ImGui.BeginChild*"></a>
<h4 id="ImGuiNET_ImGui_BeginChild_System_UInt32_System_Numerics_Vector2_System_Boolean_ImGuiNET_ImGuiWindowFlags_" data-uid="ImGuiNET.ImGui.BeginChild(System.UInt32,System.Numerics.Vector2,System.Boolean,ImGuiNET.ImGuiWindowFlags)">BeginChild(UInt32, Vector2, Boolean, ImGuiWindowFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChild(uint id, Vector2 size, bool border, ImGuiWindowFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">border</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiWindowFlags.html">ImGuiWindowFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChildFrame_System_UInt32_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChildFrame(System.UInt32%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L330">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChildFrame_" data-uid="ImGuiNET.ImGui.BeginChildFrame*"></a>
<h4 id="ImGuiNET_ImGui_BeginChildFrame_System_UInt32_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.BeginChildFrame(System.UInt32,System.Numerics.Vector2)">BeginChildFrame(UInt32, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChildFrame(uint id, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginChildFrame_System_UInt32_System_Numerics_Vector2_ImGuiNET_ImGuiWindowFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginChildFrame(System.UInt32%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiWindowFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L336">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginChildFrame_" data-uid="ImGuiNET.ImGui.BeginChildFrame*"></a>
<h4 id="ImGuiNET_ImGui_BeginChildFrame_System_UInt32_System_Numerics_Vector2_ImGuiNET_ImGuiWindowFlags_" data-uid="ImGuiNET.ImGui.BeginChildFrame(System.UInt32,System.Numerics.Vector2,ImGuiNET.ImGuiWindowFlags)">BeginChildFrame(UInt32, Vector2, ImGuiWindowFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginChildFrame(uint id, Vector2 size, ImGuiWindowFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiWindowFlags.html">ImGuiWindowFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginCombo_System_String_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginCombo(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L341">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginCombo_" data-uid="ImGuiNET.ImGui.BeginCombo*"></a>
<h4 id="ImGuiNET_ImGui_BeginCombo_System_String_System_String_" data-uid="ImGuiNET.ImGui.BeginCombo(System.String,System.String)">BeginCombo(String, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginCombo(string label, string preview_value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">preview_value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginCombo_System_String_System_String_ImGuiNET_ImGuiComboFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginCombo(System.String%2CSystem.String%2CImGuiNET.ImGuiComboFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L391">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginCombo_" data-uid="ImGuiNET.ImGui.BeginCombo*"></a>
<h4 id="ImGuiNET_ImGui_BeginCombo_System_String_System_String_ImGuiNET_ImGuiComboFlags_" data-uid="ImGuiNET.ImGui.BeginCombo(System.String,System.String,ImGuiNET.ImGuiComboFlags)">BeginCombo(String, String, ImGuiComboFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginCombo(string label, string preview_value, ImGuiComboFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">preview_value</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiComboFlags.html">ImGuiComboFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginDragDropSource.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginDragDropSource%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L440">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginDragDropSource_" data-uid="ImGuiNET.ImGui.BeginDragDropSource*"></a>
<h4 id="ImGuiNET_ImGui_BeginDragDropSource" data-uid="ImGuiNET.ImGui.BeginDragDropSource">BeginDragDropSource()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropSource()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginDragDropSource_ImGuiNET_ImGuiDragDropFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginDragDropSource(ImGuiNET.ImGuiDragDropFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L446">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginDragDropSource_" data-uid="ImGuiNET.ImGui.BeginDragDropSource*"></a>
<h4 id="ImGuiNET_ImGui_BeginDragDropSource_ImGuiNET_ImGuiDragDropFlags_" data-uid="ImGuiNET.ImGui.BeginDragDropSource(ImGuiNET.ImGuiDragDropFlags)">BeginDragDropSource(ImGuiDragDropFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropSource(ImGuiDragDropFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDragDropFlags.html">ImGuiDragDropFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginDragDropTarget.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginDragDropTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L451">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginDragDropTarget_" data-uid="ImGuiNET.ImGui.BeginDragDropTarget*"></a>
<h4 id="ImGuiNET_ImGui_BeginDragDropTarget" data-uid="ImGuiNET.ImGui.BeginDragDropTarget">BeginDragDropTarget()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropTarget()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginGroup.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginGroup%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L456">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginGroup_" data-uid="ImGuiNET.ImGui.BeginGroup*"></a>
<h4 id="ImGuiNET_ImGui_BeginGroup" data-uid="ImGuiNET.ImGui.BeginGroup">BeginGroup()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void BeginGroup()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginMainMenuBar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginMainMenuBar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L460">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginMainMenuBar_" data-uid="ImGuiNET.ImGui.BeginMainMenuBar*"></a>
<h4 id="ImGuiNET_ImGui_BeginMainMenuBar" data-uid="ImGuiNET.ImGui.BeginMainMenuBar">BeginMainMenuBar()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginMainMenuBar()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginMenu_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginMenu(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L465">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginMenu_" data-uid="ImGuiNET.ImGui.BeginMenu*"></a>
<h4 id="ImGuiNET_ImGui_BeginMenu_System_String_" data-uid="ImGuiNET.ImGui.BeginMenu(System.String)">BeginMenu(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginMenu(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginMenu_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginMenu(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L493">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginMenu_" data-uid="ImGuiNET.ImGui.BeginMenu*"></a>
<h4 id="ImGuiNET_ImGui_BeginMenu_System_String_System_Boolean_" data-uid="ImGuiNET.ImGui.BeginMenu(System.String,System.Boolean)">BeginMenu(String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginMenu(string label, bool enabled)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">enabled</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginMenuBar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginMenuBar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L521">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginMenuBar_" data-uid="ImGuiNET.ImGui.BeginMenuBar*"></a>
<h4 id="ImGuiNET_ImGui_BeginMenuBar" data-uid="ImGuiNET.ImGui.BeginMenuBar">BeginMenuBar()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginMenuBar()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopup_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopup(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L526">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopup_" data-uid="ImGuiNET.ImGui.BeginPopup*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopup_System_String_" data-uid="ImGuiNET.ImGui.BeginPopup(System.String)">BeginPopup(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopup(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopup_System_String_ImGuiNET_ImGuiWindowFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopup(System.String%2CImGuiNET.ImGuiWindowFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L554">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopup_" data-uid="ImGuiNET.ImGui.BeginPopup*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopup_System_String_ImGuiNET_ImGuiWindowFlags_" data-uid="ImGuiNET.ImGui.BeginPopup(System.String,ImGuiNET.ImGuiWindowFlags)">BeginPopup(String, ImGuiWindowFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopup(string str_id, ImGuiWindowFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiWindowFlags.html">ImGuiWindowFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextItem.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextItem%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L581">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextItem_" data-uid="ImGuiNET.ImGui.BeginPopupContextItem*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextItem" data-uid="ImGuiNET.ImGui.BeginPopupContextItem">BeginPopupContextItem()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextItem()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextItem_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextItem(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L588">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextItem_" data-uid="ImGuiNET.ImGui.BeginPopupContextItem*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextItem_System_String_" data-uid="ImGuiNET.ImGui.BeginPopupContextItem(System.String)">BeginPopupContextItem(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextItem(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextItem_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextItem(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L616">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextItem_" data-uid="ImGuiNET.ImGui.BeginPopupContextItem*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextItem_System_String_System_Int32_" data-uid="ImGuiNET.ImGui.BeginPopupContextItem(System.String,System.Int32)">BeginPopupContextItem(String, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextItem(string str_id, int mouse_button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">mouse_button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextVoid.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextVoid%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L643">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextVoid_" data-uid="ImGuiNET.ImGui.BeginPopupContextVoid*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextVoid" data-uid="ImGuiNET.ImGui.BeginPopupContextVoid">BeginPopupContextVoid()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextVoid()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextVoid_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextVoid(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L650">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextVoid_" data-uid="ImGuiNET.ImGui.BeginPopupContextVoid*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextVoid_System_String_" data-uid="ImGuiNET.ImGui.BeginPopupContextVoid(System.String)">BeginPopupContextVoid(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextVoid(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextVoid_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextVoid(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L678">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextVoid_" data-uid="ImGuiNET.ImGui.BeginPopupContextVoid*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextVoid_System_String_System_Int32_" data-uid="ImGuiNET.ImGui.BeginPopupContextVoid(System.String,System.Int32)">BeginPopupContextVoid(String, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextVoid(string str_id, int mouse_button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">mouse_button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L705">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextWindow_" data-uid="ImGuiNET.ImGui.BeginPopupContextWindow*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextWindow" data-uid="ImGuiNET.ImGui.BeginPopupContextWindow">BeginPopupContextWindow()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextWindow()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextWindow_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextWindow(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L713">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextWindow_" data-uid="ImGuiNET.ImGui.BeginPopupContextWindow*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextWindow_System_String_" data-uid="ImGuiNET.ImGui.BeginPopupContextWindow(System.String)">BeginPopupContextWindow(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextWindow(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextWindow_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextWindow(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L742">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextWindow_" data-uid="ImGuiNET.ImGui.BeginPopupContextWindow*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextWindow_System_String_System_Int32_" data-uid="ImGuiNET.ImGui.BeginPopupContextWindow(System.String,System.Int32)">BeginPopupContextWindow(String, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextWindow(string str_id, int mouse_button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">mouse_button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupContextWindow_System_String_System_Int32_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupContextWindow(System.String%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L770">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupContextWindow_" data-uid="ImGuiNET.ImGui.BeginPopupContextWindow*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupContextWindow_System_String_System_Int32_System_Boolean_" data-uid="ImGuiNET.ImGui.BeginPopupContextWindow(System.String,System.Int32,System.Boolean)">BeginPopupContextWindow(String, Int32, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupContextWindow(string str_id, int mouse_button, bool also_over_items)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">mouse_button</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">also_over_items</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupModal_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupModal(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L798">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupModal_" data-uid="ImGuiNET.ImGui.BeginPopupModal*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupModal_System_String_" data-uid="ImGuiNET.ImGui.BeginPopupModal(System.String)">BeginPopupModal(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupModal(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupModal_System_String_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupModal(System.String%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L827">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupModal_" data-uid="ImGuiNET.ImGui.BeginPopupModal*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupModal_System_String_System_Boolean__" data-uid="ImGuiNET.ImGui.BeginPopupModal(System.String,System.Boolean@)">BeginPopupModal(String, ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupModal(string name, ref bool p_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginPopupModal_System_String_System_Boolean__ImGuiNET_ImGuiWindowFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginPopupModal(System.String%2CSystem.Boolean%40%2CImGuiNET.ImGuiWindowFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L858">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginPopupModal_" data-uid="ImGuiNET.ImGui.BeginPopupModal*"></a>
<h4 id="ImGuiNET_ImGui_BeginPopupModal_System_String_System_Boolean__ImGuiNET_ImGuiWindowFlags_" data-uid="ImGuiNET.ImGui.BeginPopupModal(System.String,System.Boolean@,ImGuiNET.ImGuiWindowFlags)">BeginPopupModal(String, ref Boolean, ImGuiWindowFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPopupModal(string name, ref bool p_open, ImGuiWindowFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiWindowFlags.html">ImGuiWindowFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginTabBar_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginTabBar(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L888">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginTabBar_" data-uid="ImGuiNET.ImGui.BeginTabBar*"></a>
<h4 id="ImGuiNET_ImGui_BeginTabBar_System_String_" data-uid="ImGuiNET.ImGui.BeginTabBar(System.String)">BeginTabBar(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginTabBar(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginTabBar_System_String_ImGuiNET_ImGuiTabBarFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginTabBar(System.String%2CImGuiNET.ImGuiTabBarFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L916">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginTabBar_" data-uid="ImGuiNET.ImGui.BeginTabBar*"></a>
<h4 id="ImGuiNET_ImGui_BeginTabBar_System_String_ImGuiNET_ImGuiTabBarFlags_" data-uid="ImGuiNET.ImGui.BeginTabBar(System.String,ImGuiNET.ImGuiTabBarFlags)">BeginTabBar(String, ImGuiTabBarFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginTabBar(string str_id, ImGuiTabBarFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiTabBarFlags.html">ImGuiTabBarFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginTabItem_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginTabItem(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L943">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginTabItem_" data-uid="ImGuiNET.ImGui.BeginTabItem*"></a>
<h4 id="ImGuiNET_ImGui_BeginTabItem_System_String_" data-uid="ImGuiNET.ImGui.BeginTabItem(System.String)">BeginTabItem(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginTabItem(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginTabItem_System_String_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginTabItem(System.String%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L972">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginTabItem_" data-uid="ImGuiNET.ImGui.BeginTabItem*"></a>
<h4 id="ImGuiNET_ImGui_BeginTabItem_System_String_System_Boolean__" data-uid="ImGuiNET.ImGui.BeginTabItem(System.String,System.Boolean@)">BeginTabItem(String, ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginTabItem(string label, ref bool p_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginTabItem_System_String_System_Boolean__ImGuiNET_ImGuiTabItemFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginTabItem(System.String%2CSystem.Boolean%40%2CImGuiNET.ImGuiTabItemFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1003">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginTabItem_" data-uid="ImGuiNET.ImGui.BeginTabItem*"></a>
<h4 id="ImGuiNET_ImGui_BeginTabItem_System_String_System_Boolean__ImGuiNET_ImGuiTabItemFlags_" data-uid="ImGuiNET.ImGui.BeginTabItem(System.String,System.Boolean@,ImGuiNET.ImGuiTabItemFlags)">BeginTabItem(String, ref Boolean, ImGuiTabItemFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginTabItem(string label, ref bool p_open, ImGuiTabItemFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiTabItemFlags.html">ImGuiTabItemFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BeginTooltip.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BeginTooltip%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1033">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BeginTooltip_" data-uid="ImGuiNET.ImGui.BeginTooltip*"></a>
<h4 id="ImGuiNET_ImGui_BeginTooltip" data-uid="ImGuiNET.ImGui.BeginTooltip">BeginTooltip()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void BeginTooltip()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Bullet.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Bullet%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1037">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Bullet_" data-uid="ImGuiNET.ImGui.Bullet*"></a>
<h4 id="ImGuiNET_ImGui_Bullet" data-uid="ImGuiNET.ImGui.Bullet">Bullet()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Bullet()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_BulletText_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.BulletText(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1041">View Source</a>
</span>
<a id="ImGuiNET_ImGui_BulletText_" data-uid="ImGuiNET.ImGui.BulletText*"></a>
<h4 id="ImGuiNET_ImGui_BulletText_System_String_" data-uid="ImGuiNET.ImGui.BulletText(System.String)">BulletText(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void BulletText(string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Button_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Button(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1067">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Button_" data-uid="ImGuiNET.ImGui.Button*"></a>
<h4 id="ImGuiNET_ImGui_Button_System_String_" data-uid="ImGuiNET.ImGui.Button(System.String)">Button(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Button(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Button_System_String_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Button(System.String%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1095">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Button_" data-uid="ImGuiNET.ImGui.Button*"></a>
<h4 id="ImGuiNET_ImGui_Button_System_String_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.Button(System.String,System.Numerics.Vector2)">Button(String, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Button(string label, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CalcItemWidth.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CalcItemWidth%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1122">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CalcItemWidth_" data-uid="ImGuiNET.ImGui.CalcItemWidth*"></a>
<h4 id="ImGuiNET_ImGui_CalcItemWidth" data-uid="ImGuiNET.ImGui.CalcItemWidth">CalcItemWidth()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float CalcItemWidth()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CalcTextSize_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CalcTextSize(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1127">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CalcTextSize_" data-uid="ImGuiNET.ImGui.CalcTextSize*"></a>
<h4 id="ImGuiNET_ImGui_CalcTextSize_System_String_" data-uid="ImGuiNET.ImGui.CalcTextSize(System.String)">CalcTextSize(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 CalcTextSize(string text)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">text</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CaptureKeyboardFromApp.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CaptureKeyboardFromApp%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1157">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CaptureKeyboardFromApp_" data-uid="ImGuiNET.ImGui.CaptureKeyboardFromApp*"></a>
<h4 id="ImGuiNET_ImGui_CaptureKeyboardFromApp" data-uid="ImGuiNET.ImGui.CaptureKeyboardFromApp">CaptureKeyboardFromApp()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void CaptureKeyboardFromApp()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CaptureKeyboardFromApp_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CaptureKeyboardFromApp(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1162">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CaptureKeyboardFromApp_" data-uid="ImGuiNET.ImGui.CaptureKeyboardFromApp*"></a>
<h4 id="ImGuiNET_ImGui_CaptureKeyboardFromApp_System_Boolean_" data-uid="ImGuiNET.ImGui.CaptureKeyboardFromApp(System.Boolean)">CaptureKeyboardFromApp(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void CaptureKeyboardFromApp(bool want_capture_keyboard_value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">want_capture_keyboard_value</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CaptureMouseFromApp.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CaptureMouseFromApp%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1167">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CaptureMouseFromApp_" data-uid="ImGuiNET.ImGui.CaptureMouseFromApp*"></a>
<h4 id="ImGuiNET_ImGui_CaptureMouseFromApp" data-uid="ImGuiNET.ImGui.CaptureMouseFromApp">CaptureMouseFromApp()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void CaptureMouseFromApp()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CaptureMouseFromApp_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CaptureMouseFromApp(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1172">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CaptureMouseFromApp_" data-uid="ImGuiNET.ImGui.CaptureMouseFromApp*"></a>
<h4 id="ImGuiNET_ImGui_CaptureMouseFromApp_System_Boolean_" data-uid="ImGuiNET.ImGui.CaptureMouseFromApp(System.Boolean)">CaptureMouseFromApp(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void CaptureMouseFromApp(bool want_capture_mouse_value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">want_capture_mouse_value</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Checkbox_System_String_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Checkbox(System.String%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1177">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Checkbox_" data-uid="ImGuiNET.ImGui.Checkbox*"></a>
<h4 id="ImGuiNET_ImGui_Checkbox_System_String_System_Boolean__" data-uid="ImGuiNET.ImGui.Checkbox(System.String,System.Boolean@)">Checkbox(String, ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Checkbox(string label, ref bool v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CheckboxFlags_System_String_System_UInt32__System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CheckboxFlags(System.String%2CSystem.UInt32%40%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1207">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CheckboxFlags_" data-uid="ImGuiNET.ImGui.CheckboxFlags*"></a>
<h4 id="ImGuiNET_ImGui_CheckboxFlags_System_String_System_UInt32__System_UInt32_" data-uid="ImGuiNET.ImGui.CheckboxFlags(System.String,System.UInt32@,System.UInt32)">CheckboxFlags(String, ref UInt32, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool CheckboxFlags(string label, ref uint flags, uint flags_value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">flags_value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CloseCurrentPopup.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CloseCurrentPopup%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1237">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CloseCurrentPopup_" data-uid="ImGuiNET.ImGui.CloseCurrentPopup*"></a>
<h4 id="ImGuiNET_ImGui_CloseCurrentPopup" data-uid="ImGuiNET.ImGui.CloseCurrentPopup">CloseCurrentPopup()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void CloseCurrentPopup()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CollapsingHeader_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CollapsingHeader(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1241">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CollapsingHeader_" data-uid="ImGuiNET.ImGui.CollapsingHeader*"></a>
<h4 id="ImGuiNET_ImGui_CollapsingHeader_System_String_" data-uid="ImGuiNET.ImGui.CollapsingHeader(System.String)">CollapsingHeader(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool CollapsingHeader(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CollapsingHeader_System_String_ImGuiNET_ImGuiTreeNodeFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CollapsingHeader(System.String%2CImGuiNET.ImGuiTreeNodeFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1269">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CollapsingHeader_" data-uid="ImGuiNET.ImGui.CollapsingHeader*"></a>
<h4 id="ImGuiNET_ImGui_CollapsingHeader_System_String_ImGuiNET_ImGuiTreeNodeFlags_" data-uid="ImGuiNET.ImGui.CollapsingHeader(System.String,ImGuiNET.ImGuiTreeNodeFlags)">CollapsingHeader(String, ImGuiTreeNodeFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool CollapsingHeader(string label, ImGuiTreeNodeFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiTreeNodeFlags.html">ImGuiTreeNodeFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CollapsingHeader_System_String_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CollapsingHeader(System.String%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1296">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CollapsingHeader_" data-uid="ImGuiNET.ImGui.CollapsingHeader*"></a>
<h4 id="ImGuiNET_ImGui_CollapsingHeader_System_String_System_Boolean__" data-uid="ImGuiNET.ImGui.CollapsingHeader(System.String,System.Boolean@)">CollapsingHeader(String, ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool CollapsingHeader(string label, ref bool p_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CollapsingHeader_System_String_System_Boolean__ImGuiNET_ImGuiTreeNodeFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CollapsingHeader(System.String%2CSystem.Boolean%40%2CImGuiNET.ImGuiTreeNodeFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1327">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CollapsingHeader_" data-uid="ImGuiNET.ImGui.CollapsingHeader*"></a>
<h4 id="ImGuiNET_ImGui_CollapsingHeader_System_String_System_Boolean__ImGuiNET_ImGuiTreeNodeFlags_" data-uid="ImGuiNET.ImGui.CollapsingHeader(System.String,System.Boolean@,ImGuiNET.ImGuiTreeNodeFlags)">CollapsingHeader(String, ref Boolean, ImGuiTreeNodeFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool CollapsingHeader(string label, ref bool p_open, ImGuiTreeNodeFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiTreeNodeFlags.html">ImGuiTreeNodeFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorButton_System_String_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorButton(System.String%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1357">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorButton_" data-uid="ImGuiNET.ImGui.ColorButton*"></a>
<h4 id="ImGuiNET_ImGui_ColorButton_System_String_System_Numerics_Vector4_" data-uid="ImGuiNET.ImGui.ColorButton(System.String,System.Numerics.Vector4)">ColorButton(String, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorButton(string desc_id, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">desc_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorButton_System_String_System_Numerics_Vector4_ImGuiNET_ImGuiColorEditFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorButton(System.String%2CSystem.Numerics.Vector4%2CImGuiNET.ImGuiColorEditFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1386">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorButton_" data-uid="ImGuiNET.ImGui.ColorButton*"></a>
<h4 id="ImGuiNET_ImGui_ColorButton_System_String_System_Numerics_Vector4_ImGuiNET_ImGuiColorEditFlags_" data-uid="ImGuiNET.ImGui.ColorButton(System.String,System.Numerics.Vector4,ImGuiNET.ImGuiColorEditFlags)">ColorButton(String, Vector4, ImGuiColorEditFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorButton(string desc_id, Vector4 col, ImGuiColorEditFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">desc_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiColorEditFlags.html">ImGuiColorEditFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorButton_System_String_System_Numerics_Vector4_ImGuiNET_ImGuiColorEditFlags_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorButton(System.String%2CSystem.Numerics.Vector4%2CImGuiNET.ImGuiColorEditFlags%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1414">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorButton_" data-uid="ImGuiNET.ImGui.ColorButton*"></a>
<h4 id="ImGuiNET_ImGui_ColorButton_System_String_System_Numerics_Vector4_ImGuiNET_ImGuiColorEditFlags_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.ColorButton(System.String,System.Numerics.Vector4,ImGuiNET.ImGuiColorEditFlags,System.Numerics.Vector2)">ColorButton(String, Vector4, ImGuiColorEditFlags, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorButton(string desc_id, Vector4 col, ImGuiColorEditFlags flags, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">desc_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiColorEditFlags.html">ImGuiColorEditFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorConvertFloat4ToU32_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorConvertFloat4ToU32(System.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1441">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorConvertFloat4ToU32_" data-uid="ImGuiNET.ImGui.ColorConvertFloat4ToU32*"></a>
<h4 id="ImGuiNET_ImGui_ColorConvertFloat4ToU32_System_Numerics_Vector4_" data-uid="ImGuiNET.ImGui.ColorConvertFloat4ToU32(System.Numerics.Vector4)">ColorConvertFloat4ToU32(Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static uint ColorConvertFloat4ToU32(Vector4 in)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">in</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorConvertHSVtoRGB_System_Single_System_Single_System_Single_System_Single__System_Single__System_Single__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorConvertHSVtoRGB(System.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1446">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorConvertHSVtoRGB_" data-uid="ImGuiNET.ImGui.ColorConvertHSVtoRGB*"></a>
<h4 id="ImGuiNET_ImGui_ColorConvertHSVtoRGB_System_Single_System_Single_System_Single_System_Single__System_Single__System_Single__" data-uid="ImGuiNET.ImGui.ColorConvertHSVtoRGB(System.Single,System.Single,System.Single,System.Single@,System.Single@,System.Single@)">ColorConvertHSVtoRGB(Single, Single, Single, out Single, out Single, out Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ColorConvertHSVtoRGB(float h, float s, float v, out float out_r, out float out_g, out float out_b)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">h</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">out_r</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">out_g</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">out_b</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorConvertRGBtoHSV_System_Single_System_Single_System_Single_System_Single__System_Single__System_Single__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorConvertRGBtoHSV(System.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1459">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorConvertRGBtoHSV_" data-uid="ImGuiNET.ImGui.ColorConvertRGBtoHSV*"></a>
<h4 id="ImGuiNET_ImGui_ColorConvertRGBtoHSV_System_Single_System_Single_System_Single_System_Single__System_Single__System_Single__" data-uid="ImGuiNET.ImGui.ColorConvertRGBtoHSV(System.Single,System.Single,System.Single,System.Single@,System.Single@,System.Single@)">ColorConvertRGBtoHSV(Single, Single, Single, out Single, out Single, out Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ColorConvertRGBtoHSV(float r, float g, float b, out float out_h, out float out_s, out float out_v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">r</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">g</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">b</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">out_h</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">out_s</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">out_v</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorConvertU32ToFloat4_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorConvertU32ToFloat4(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1472">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorConvertU32ToFloat4_" data-uid="ImGuiNET.ImGui.ColorConvertU32ToFloat4*"></a>
<h4 id="ImGuiNET_ImGui_ColorConvertU32ToFloat4_System_UInt32_" data-uid="ImGuiNET.ImGui.ColorConvertU32ToFloat4(System.UInt32)">ColorConvertU32ToFloat4(UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector4 ColorConvertU32ToFloat4(uint in)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">in</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorEdit3_System_String_System_Numerics_Vector3__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorEdit3(System.String%2CSystem.Numerics.Vector3%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1477">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorEdit3_" data-uid="ImGuiNET.ImGui.ColorEdit3*"></a>
<h4 id="ImGuiNET_ImGui_ColorEdit3_System_String_System_Numerics_Vector3__" data-uid="ImGuiNET.ImGui.ColorEdit3(System.String,System.Numerics.Vector3@)">ColorEdit3(String, ref Vector3)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorEdit3(string label, ref Vector3 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorEdit3_System_String_System_Numerics_Vector3__ImGuiNET_ImGuiColorEditFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorEdit3(System.String%2CSystem.Numerics.Vector3%40%2CImGuiNET.ImGuiColorEditFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1508">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorEdit3_" data-uid="ImGuiNET.ImGui.ColorEdit3*"></a>
<h4 id="ImGuiNET_ImGui_ColorEdit3_System_String_System_Numerics_Vector3__ImGuiNET_ImGuiColorEditFlags_" data-uid="ImGuiNET.ImGui.ColorEdit3(System.String,System.Numerics.Vector3@,ImGuiNET.ImGuiColorEditFlags)">ColorEdit3(String, ref Vector3, ImGuiColorEditFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorEdit3(string label, ref Vector3 col, ImGuiColorEditFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiColorEditFlags.html">ImGuiColorEditFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorEdit4_System_String_System_Numerics_Vector4__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorEdit4(System.String%2CSystem.Numerics.Vector4%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1538">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorEdit4_" data-uid="ImGuiNET.ImGui.ColorEdit4*"></a>
<h4 id="ImGuiNET_ImGui_ColorEdit4_System_String_System_Numerics_Vector4__" data-uid="ImGuiNET.ImGui.ColorEdit4(System.String,System.Numerics.Vector4@)">ColorEdit4(String, ref Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorEdit4(string label, ref Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorEdit4_System_String_System_Numerics_Vector4__ImGuiNET_ImGuiColorEditFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorEdit4(System.String%2CSystem.Numerics.Vector4%40%2CImGuiNET.ImGuiColorEditFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1569">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorEdit4_" data-uid="ImGuiNET.ImGui.ColorEdit4*"></a>
<h4 id="ImGuiNET_ImGui_ColorEdit4_System_String_System_Numerics_Vector4__ImGuiNET_ImGuiColorEditFlags_" data-uid="ImGuiNET.ImGui.ColorEdit4(System.String,System.Numerics.Vector4@,ImGuiNET.ImGuiColorEditFlags)">ColorEdit4(String, ref Vector4, ImGuiColorEditFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorEdit4(string label, ref Vector4 col, ImGuiColorEditFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiColorEditFlags.html">ImGuiColorEditFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorPicker3_System_String_System_Numerics_Vector3__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorPicker3(System.String%2CSystem.Numerics.Vector3%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1599">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorPicker3_" data-uid="ImGuiNET.ImGui.ColorPicker3*"></a>
<h4 id="ImGuiNET_ImGui_ColorPicker3_System_String_System_Numerics_Vector3__" data-uid="ImGuiNET.ImGui.ColorPicker3(System.String,System.Numerics.Vector3@)">ColorPicker3(String, ref Vector3)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorPicker3(string label, ref Vector3 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorPicker3_System_String_System_Numerics_Vector3__ImGuiNET_ImGuiColorEditFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorPicker3(System.String%2CSystem.Numerics.Vector3%40%2CImGuiNET.ImGuiColorEditFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1630">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorPicker3_" data-uid="ImGuiNET.ImGui.ColorPicker3*"></a>
<h4 id="ImGuiNET_ImGui_ColorPicker3_System_String_System_Numerics_Vector3__ImGuiNET_ImGuiColorEditFlags_" data-uid="ImGuiNET.ImGui.ColorPicker3(System.String,System.Numerics.Vector3@,ImGuiNET.ImGuiColorEditFlags)">ColorPicker3(String, ref Vector3, ImGuiColorEditFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorPicker3(string label, ref Vector3 col, ImGuiColorEditFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiColorEditFlags.html">ImGuiColorEditFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorPicker4_System_String_System_Numerics_Vector4__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorPicker4(System.String%2CSystem.Numerics.Vector4%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1660">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorPicker4_" data-uid="ImGuiNET.ImGui.ColorPicker4*"></a>
<h4 id="ImGuiNET_ImGui_ColorPicker4_System_String_System_Numerics_Vector4__" data-uid="ImGuiNET.ImGui.ColorPicker4(System.String,System.Numerics.Vector4@)">ColorPicker4(String, ref Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorPicker4(string label, ref Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorPicker4_System_String_System_Numerics_Vector4__ImGuiNET_ImGuiColorEditFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorPicker4(System.String%2CSystem.Numerics.Vector4%40%2CImGuiNET.ImGuiColorEditFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1692">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorPicker4_" data-uid="ImGuiNET.ImGui.ColorPicker4*"></a>
<h4 id="ImGuiNET_ImGui_ColorPicker4_System_String_System_Numerics_Vector4__ImGuiNET_ImGuiColorEditFlags_" data-uid="ImGuiNET.ImGui.ColorPicker4(System.String,System.Numerics.Vector4@,ImGuiNET.ImGuiColorEditFlags)">ColorPicker4(String, ref Vector4, ImGuiColorEditFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorPicker4(string label, ref Vector4 col, ImGuiColorEditFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiColorEditFlags.html">ImGuiColorEditFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ColorPicker4_System_String_System_Numerics_Vector4__ImGuiNET_ImGuiColorEditFlags_System_Single__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ColorPicker4(System.String%2CSystem.Numerics.Vector4%40%2CImGuiNET.ImGuiColorEditFlags%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1723">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ColorPicker4_" data-uid="ImGuiNET.ImGui.ColorPicker4*"></a>
<h4 id="ImGuiNET_ImGui_ColorPicker4_System_String_System_Numerics_Vector4__ImGuiNET_ImGuiColorEditFlags_System_Single__" data-uid="ImGuiNET.ImGui.ColorPicker4(System.String,System.Numerics.Vector4@,ImGuiNET.ImGuiColorEditFlags,System.Single@)">ColorPicker4(String, ref Vector4, ImGuiColorEditFlags, ref Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColorPicker4(string label, ref Vector4 col, ImGuiColorEditFlags flags, ref float ref_col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiColorEditFlags.html">ImGuiColorEditFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ref_col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Columns.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Columns%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1756">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Columns_" data-uid="ImGuiNET.ImGui.Columns*"></a>
<h4 id="ImGuiNET_ImGui_Columns" data-uid="ImGuiNET.ImGui.Columns">Columns()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Columns()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Columns_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Columns(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1763">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Columns_" data-uid="ImGuiNET.ImGui.Columns*"></a>
<h4 id="ImGuiNET_ImGui_Columns_System_Int32_" data-uid="ImGuiNET.ImGui.Columns(System.Int32)">Columns(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Columns(int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Columns_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Columns(System.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1769">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Columns_" data-uid="ImGuiNET.ImGui.Columns*"></a>
<h4 id="ImGuiNET_ImGui_Columns_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.Columns(System.Int32,System.String)">Columns(Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Columns(int count, string id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Columns_System_Int32_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Columns(System.Int32%2CSystem.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1796">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Columns_" data-uid="ImGuiNET.ImGui.Columns*"></a>
<h4 id="ImGuiNET_ImGui_Columns_System_Int32_System_String_System_Boolean_" data-uid="ImGuiNET.ImGui.Columns(System.Int32,System.String,System.Boolean)">Columns(Int32, String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Columns(int count, string id, bool border)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">border</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Combo_System_String_System_Int32__System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Combo(System.String%2CSystem.Int32%40%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1938">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Combo_" data-uid="ImGuiNET.ImGui.Combo*"></a>
<h4 id="ImGuiNET_ImGui_Combo_System_String_System_Int32__System_String_" data-uid="ImGuiNET.ImGui.Combo(System.String,System.Int32@,System.String)">Combo(String, ref Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Combo(string label, ref int current_item, string items_separated_by_zeros)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">current_item</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">items_separated_by_zeros</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Combo_System_String_System_Int32__System_String_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Combo(System.String%2CSystem.Int32%40%2CSystem.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1991">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Combo_" data-uid="ImGuiNET.ImGui.Combo*"></a>
<h4 id="ImGuiNET_ImGui_Combo_System_String_System_Int32__System_String_System_Int32_" data-uid="ImGuiNET.ImGui.Combo(System.String,System.Int32@,System.String,System.Int32)">Combo(String, ref Int32, String, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Combo(string label, ref int current_item, string items_separated_by_zeros, int popup_max_height_in_items)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">current_item</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">items_separated_by_zeros</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">popup_max_height_in_items</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Combo_System_String_System_Int32__System_String___System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Combo(System.String%2CSystem.Int32%40%2CSystem.String%5B%5D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1823">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Combo_" data-uid="ImGuiNET.ImGui.Combo*"></a>
<h4 id="ImGuiNET_ImGui_Combo_System_String_System_Int32__System_String___System_Int32_" data-uid="ImGuiNET.ImGui.Combo(System.String,System.Int32@,System.String[],System.Int32)">Combo(String, ref Int32, String[], Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Combo(string label, ref int current_item, string[] items, int items_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">current_item</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">items</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">items_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Combo_System_String_System_Int32__System_String___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Combo(System.String%2CSystem.Int32%40%2CSystem.String%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L1881">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Combo_" data-uid="ImGuiNET.ImGui.Combo*"></a>
<h4 id="ImGuiNET_ImGui_Combo_System_String_System_Int32__System_String___System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.Combo(System.String,System.Int32@,System.String[],System.Int32,System.Int32)">Combo(String, ref Int32, String[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Combo(string label, ref int current_item, string[] items, int items_count, int popup_max_height_in_items)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">current_item</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">items</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">items_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">popup_max_height_in_items</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CreateContext.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CreateContext%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2043">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CreateContext_" data-uid="ImGuiNET.ImGui.CreateContext*"></a>
<h4 id="ImGuiNET_ImGui_CreateContext" data-uid="ImGuiNET.ImGui.CreateContext">CreateContext()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IntPtr CreateContext()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_CreateContext_ImGuiNET_ImFontAtlasPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.CreateContext(ImGuiNET.ImFontAtlasPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2049">View Source</a>
</span>
<a id="ImGuiNET_ImGui_CreateContext_" data-uid="ImGuiNET.ImGui.CreateContext*"></a>
<h4 id="ImGuiNET_ImGui_CreateContext_ImGuiNET_ImFontAtlasPtr_" data-uid="ImGuiNET.ImGui.CreateContext(ImGuiNET.ImFontAtlasPtr)">CreateContext(ImFontAtlasPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IntPtr CreateContext(ImFontAtlasPtr shared_font_atlas)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontAtlasPtr.html">ImFontAtlasPtr</a></td>
<td><span class="parametername">shared_font_atlas</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DebugCheckVersionAndDataLayout_System_String_System_UInt32_System_UInt32_System_UInt32_System_UInt32_System_UInt32_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DebugCheckVersionAndDataLayout(System.String%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2055">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DebugCheckVersionAndDataLayout_" data-uid="ImGuiNET.ImGui.DebugCheckVersionAndDataLayout*"></a>
<h4 id="ImGuiNET_ImGui_DebugCheckVersionAndDataLayout_System_String_System_UInt32_System_UInt32_System_UInt32_System_UInt32_System_UInt32_System_UInt32_" data-uid="ImGuiNET.ImGui.DebugCheckVersionAndDataLayout(System.String,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)">DebugCheckVersionAndDataLayout(String, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DebugCheckVersionAndDataLayout(string version_str, uint sz_io, uint sz_style, uint sz_vec2, uint sz_vec4, uint sz_drawvert, uint sz_drawidx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">version_str</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">sz_io</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">sz_style</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">sz_vec2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">sz_vec4</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">sz_drawvert</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">sz_drawidx</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DestroyContext.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DestroyContext%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2082">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DestroyContext_" data-uid="ImGuiNET.ImGui.DestroyContext*"></a>
<h4 id="ImGuiNET_ImGui_DestroyContext" data-uid="ImGuiNET.ImGui.DestroyContext">DestroyContext()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void DestroyContext()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DestroyContext_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DestroyContext(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2087">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DestroyContext_" data-uid="ImGuiNET.ImGui.DestroyContext*"></a>
<h4 id="ImGuiNET_ImGui_DestroyContext_System_IntPtr_" data-uid="ImGuiNET.ImGui.DestroyContext(System.IntPtr)">DestroyContext(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void DestroyContext(IntPtr ctx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ctx</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat_System_String_System_Single__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat(System.String%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2091">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat_" data-uid="ImGuiNET.ImGui.DragFloat*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat_System_String_System_Single__" data-uid="ImGuiNET.ImGui.DragFloat(System.String,System.Single@)">DragFloat(String, ref Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat(string label, ref float v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat(System.String%2CSystem.Single%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2143">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat_" data-uid="ImGuiNET.ImGui.DragFloat*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_" data-uid="ImGuiNET.ImGui.DragFloat(System.String,System.Single@,System.Single)">DragFloat(String, ref Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat(string label, ref float v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2194">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat_" data-uid="ImGuiNET.ImGui.DragFloat*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat(System.String,System.Single@,System.Single,System.Single)">DragFloat(String, ref Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat(string label, ref float v, float v_speed, float v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2244">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat_" data-uid="ImGuiNET.ImGui.DragFloat*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat(System.String,System.Single@,System.Single,System.Single,System.Single)">DragFloat(String, ref Single, Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat(string label, ref float v, float v_speed, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2293">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat_" data-uid="ImGuiNET.ImGui.DragFloat*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.DragFloat(System.String,System.Single@,System.Single,System.Single,System.Single,System.String)">DragFloat(String, ref Single, Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat(string label, ref float v, float v_speed, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2346">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat_" data-uid="ImGuiNET.ImGui.DragFloat*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat_System_String_System_Single__System_Single_System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat(System.String,System.Single@,System.Single,System.Single,System.Single,System.String,System.Single)">DragFloat(String, ref Single, Single, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat(string label, ref float v, float v_speed, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat2(System.String%2CSystem.Numerics.Vector2%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2398">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat2_" data-uid="ImGuiNET.ImGui.DragFloat2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__" data-uid="ImGuiNET.ImGui.DragFloat2(System.String,System.Numerics.Vector2@)">DragFloat2(String, ref Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat2(string label, ref Vector2 v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2450">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat2_" data-uid="ImGuiNET.ImGui.DragFloat2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_" data-uid="ImGuiNET.ImGui.DragFloat2(System.String,System.Numerics.Vector2@,System.Single)">DragFloat2(String, ref Vector2, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat2(string label, ref Vector2 v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2501">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat2_" data-uid="ImGuiNET.ImGui.DragFloat2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat2(System.String,System.Numerics.Vector2@,System.Single,System.Single)">DragFloat2(String, ref Vector2, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat2(string label, ref Vector2 v, float v_speed, float v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2551">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat2_" data-uid="ImGuiNET.ImGui.DragFloat2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat2(System.String,System.Numerics.Vector2@,System.Single,System.Single,System.Single)">DragFloat2(String, ref Vector2, Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat2(string label, ref Vector2 v, float v_speed, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2600">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat2_" data-uid="ImGuiNET.ImGui.DragFloat2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.DragFloat2(System.String,System.Numerics.Vector2@,System.Single,System.Single,System.Single,System.String)">DragFloat2(String, ref Vector2, Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat2(string label, ref Vector2 v, float v_speed, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2653">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat2_" data-uid="ImGuiNET.ImGui.DragFloat2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat2(System.String,System.Numerics.Vector2@,System.Single,System.Single,System.Single,System.String,System.Single)">DragFloat2(String, ref Vector2, Single, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat2(string label, ref Vector2 v, float v_speed, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat3(System.String%2CSystem.Numerics.Vector3%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2705">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat3_" data-uid="ImGuiNET.ImGui.DragFloat3*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__" data-uid="ImGuiNET.ImGui.DragFloat3(System.String,System.Numerics.Vector3@)">DragFloat3(String, ref Vector3)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat3(string label, ref Vector3 v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2757">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat3_" data-uid="ImGuiNET.ImGui.DragFloat3*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_" data-uid="ImGuiNET.ImGui.DragFloat3(System.String,System.Numerics.Vector3@,System.Single)">DragFloat3(String, ref Vector3, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat3(string label, ref Vector3 v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2808">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat3_" data-uid="ImGuiNET.ImGui.DragFloat3*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat3(System.String,System.Numerics.Vector3@,System.Single,System.Single)">DragFloat3(String, ref Vector3, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat3(string label, ref Vector3 v, float v_speed, float v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2858">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat3_" data-uid="ImGuiNET.ImGui.DragFloat3*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat3(System.String,System.Numerics.Vector3@,System.Single,System.Single,System.Single)">DragFloat3(String, ref Vector3, Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat3(string label, ref Vector3 v, float v_speed, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2907">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat3_" data-uid="ImGuiNET.ImGui.DragFloat3*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.DragFloat3(System.String,System.Numerics.Vector3@,System.Single,System.Single,System.Single,System.String)">DragFloat3(String, ref Vector3, Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat3(string label, ref Vector3 v, float v_speed, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L2960">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat3_" data-uid="ImGuiNET.ImGui.DragFloat3*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat3(System.String,System.Numerics.Vector3@,System.Single,System.Single,System.Single,System.String,System.Single)">DragFloat3(String, ref Vector3, Single, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat3(string label, ref Vector3 v, float v_speed, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat4(System.String%2CSystem.Numerics.Vector4%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3012">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat4_" data-uid="ImGuiNET.ImGui.DragFloat4*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__" data-uid="ImGuiNET.ImGui.DragFloat4(System.String,System.Numerics.Vector4@)">DragFloat4(String, ref Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat4(string label, ref Vector4 v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3064">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat4_" data-uid="ImGuiNET.ImGui.DragFloat4*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_" data-uid="ImGuiNET.ImGui.DragFloat4(System.String,System.Numerics.Vector4@,System.Single)">DragFloat4(String, ref Vector4, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat4(string label, ref Vector4 v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3115">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat4_" data-uid="ImGuiNET.ImGui.DragFloat4*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat4(System.String,System.Numerics.Vector4@,System.Single,System.Single)">DragFloat4(String, ref Vector4, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat4(string label, ref Vector4 v, float v_speed, float v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3165">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat4_" data-uid="ImGuiNET.ImGui.DragFloat4*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat4(System.String,System.Numerics.Vector4@,System.Single,System.Single,System.Single)">DragFloat4(String, ref Vector4, Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat4(string label, ref Vector4 v, float v_speed, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3214">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat4_" data-uid="ImGuiNET.ImGui.DragFloat4*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.DragFloat4(System.String,System.Numerics.Vector4@,System.Single,System.Single,System.Single,System.String)">DragFloat4(String, ref Vector4, Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat4(string label, ref Vector4 v, float v_speed, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3267">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloat4_" data-uid="ImGuiNET.ImGui.DragFloat4*"></a>
<h4 id="ImGuiNET_ImGui_DragFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.DragFloat4(System.String,System.Numerics.Vector4@,System.Single,System.Single,System.Single,System.String,System.Single)">DragFloat4(String, ref Vector4, Single, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloat4(string label, ref Vector4 v, float v_speed, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloatRange2(System.String%2CSystem.Single%40%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3319">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloatRange2_" data-uid="ImGuiNET.ImGui.DragFloatRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__" data-uid="ImGuiNET.ImGui.DragFloatRange2(System.String,System.Single@,System.Single@)">DragFloatRange2(String, ref Single, ref Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloatRange2(string label, ref float v_current_min, ref float v_current_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloatRange2(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3375">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloatRange2_" data-uid="ImGuiNET.ImGui.DragFloatRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_" data-uid="ImGuiNET.ImGui.DragFloatRange2(System.String,System.Single@,System.Single@,System.Single)">DragFloatRange2(String, ref Single, ref Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloatRange2(string label, ref float v_current_min, ref float v_current_max, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloatRange2(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3430">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloatRange2_" data-uid="ImGuiNET.ImGui.DragFloatRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloatRange2(System.String,System.Single@,System.Single@,System.Single,System.Single)">DragFloatRange2(String, ref Single, ref Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloatRange2(string label, ref float v_current_min, ref float v_current_max, float v_speed, float v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloatRange2(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3484">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloatRange2_" data-uid="ImGuiNET.ImGui.DragFloatRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.DragFloatRange2(System.String,System.Single@,System.Single@,System.Single,System.Single,System.Single)">DragFloatRange2(String, ref Single, ref Single, Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloatRange2(string label, ref float v_current_min, ref float v_current_max, float v_speed, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloatRange2(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3537">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloatRange2_" data-uid="ImGuiNET.ImGui.DragFloatRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.DragFloatRange2(System.String,System.Single@,System.Single@,System.Single,System.Single,System.Single,System.String)">DragFloatRange2(String, ref Single, ref Single, Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloatRange2(string label, ref float v_current_min, ref float v_current_max, float v_speed, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_System_Single_System_String_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloatRange2(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3594">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloatRange2_" data-uid="ImGuiNET.ImGui.DragFloatRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_System_Single_System_String_System_String_" data-uid="ImGuiNET.ImGui.DragFloatRange2(System.String,System.Single@,System.Single@,System.Single,System.Single,System.Single,System.String,System.String)">DragFloatRange2(String, ref Single, ref Single, Single, Single, Single, String, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloatRange2(string label, ref float v_current_min, ref float v_current_max, float v_speed, float v_min, float v_max, string format, string format_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_System_Single_System_String_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragFloatRange2(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3672">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragFloatRange2_" data-uid="ImGuiNET.ImGui.DragFloatRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragFloatRange2_System_String_System_Single__System_Single__System_Single_System_Single_System_Single_System_String_System_String_System_Single_" data-uid="ImGuiNET.ImGui.DragFloatRange2(System.String,System.Single@,System.Single@,System.Single,System.Single,System.Single,System.String,System.String,System.Single)">DragFloatRange2(String, ref Single, ref Single, Single, Single, Single, String, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragFloatRange2(string label, ref float v_current_min, ref float v_current_max, float v_speed, float v_min, float v_max, string format, string format_max, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt_System_String_System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3749">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt_" data-uid="ImGuiNET.ImGui.DragInt*"></a>
<h4 id="ImGuiNET_ImGui_DragInt_System_String_System_Int32__" data-uid="ImGuiNET.ImGui.DragInt(System.String,System.Int32@)">DragInt(String, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt(string label, ref int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt_System_String_System_Int32__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt(System.String%2CSystem.Int32%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3800">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt_" data-uid="ImGuiNET.ImGui.DragInt*"></a>
<h4 id="ImGuiNET_ImGui_DragInt_System_String_System_Int32__System_Single_" data-uid="ImGuiNET.ImGui.DragInt(System.String,System.Int32@,System.Single)">DragInt(String, ref Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt(string label, ref int v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt_System_String_System_Int32__System_Single_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3850">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt_" data-uid="ImGuiNET.ImGui.DragInt*"></a>
<h4 id="ImGuiNET_ImGui_DragInt_System_String_System_Int32__System_Single_System_Int32_" data-uid="ImGuiNET.ImGui.DragInt(System.String,System.Int32@,System.Single,System.Int32)">DragInt(String, ref Int32, Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt(string label, ref int v, float v_speed, int v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt_System_String_System_Int32__System_Single_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3899">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt_" data-uid="ImGuiNET.ImGui.DragInt*"></a>
<h4 id="ImGuiNET_ImGui_DragInt_System_String_System_Int32__System_Single_System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.DragInt(System.String,System.Int32@,System.Single,System.Int32,System.Int32)">DragInt(String, ref Int32, Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt(string label, ref int v, float v_speed, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt_System_String_System_Int32__System_Single_System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3947">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt_" data-uid="ImGuiNET.ImGui.DragInt*"></a>
<h4 id="ImGuiNET_ImGui_DragInt_System_String_System_Int32__System_Single_System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.DragInt(System.String,System.Int32@,System.Single,System.Int32,System.Int32,System.String)">DragInt(String, ref Int32, Single, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt(string label, ref int v, float v_speed, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt2_System_String_System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt2(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L3999">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt2_" data-uid="ImGuiNET.ImGui.DragInt2*"></a>
<h4 id="ImGuiNET_ImGui_DragInt2_System_String_System_Int32__" data-uid="ImGuiNET.ImGui.DragInt2(System.String,System.Int32@)">DragInt2(String, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt2(string label, ref int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt2_System_String_System_Int32__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt2(System.String%2CSystem.Int32%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4050">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt2_" data-uid="ImGuiNET.ImGui.DragInt2*"></a>
<h4 id="ImGuiNET_ImGui_DragInt2_System_String_System_Int32__System_Single_" data-uid="ImGuiNET.ImGui.DragInt2(System.String,System.Int32@,System.Single)">DragInt2(String, ref Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt2(string label, ref int v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt2_System_String_System_Int32__System_Single_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt2(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4100">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt2_" data-uid="ImGuiNET.ImGui.DragInt2*"></a>
<h4 id="ImGuiNET_ImGui_DragInt2_System_String_System_Int32__System_Single_System_Int32_" data-uid="ImGuiNET.ImGui.DragInt2(System.String,System.Int32@,System.Single,System.Int32)">DragInt2(String, ref Int32, Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt2(string label, ref int v, float v_speed, int v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt2_System_String_System_Int32__System_Single_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt2(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4149">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt2_" data-uid="ImGuiNET.ImGui.DragInt2*"></a>
<h4 id="ImGuiNET_ImGui_DragInt2_System_String_System_Int32__System_Single_System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.DragInt2(System.String,System.Int32@,System.Single,System.Int32,System.Int32)">DragInt2(String, ref Int32, Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt2(string label, ref int v, float v_speed, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt2_System_String_System_Int32__System_Single_System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt2(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4197">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt2_" data-uid="ImGuiNET.ImGui.DragInt2*"></a>
<h4 id="ImGuiNET_ImGui_DragInt2_System_String_System_Int32__System_Single_System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.DragInt2(System.String,System.Int32@,System.Single,System.Int32,System.Int32,System.String)">DragInt2(String, ref Int32, Single, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt2(string label, ref int v, float v_speed, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt3_System_String_System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt3(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4249">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt3_" data-uid="ImGuiNET.ImGui.DragInt3*"></a>
<h4 id="ImGuiNET_ImGui_DragInt3_System_String_System_Int32__" data-uid="ImGuiNET.ImGui.DragInt3(System.String,System.Int32@)">DragInt3(String, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt3(string label, ref int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt3_System_String_System_Int32__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt3(System.String%2CSystem.Int32%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4300">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt3_" data-uid="ImGuiNET.ImGui.DragInt3*"></a>
<h4 id="ImGuiNET_ImGui_DragInt3_System_String_System_Int32__System_Single_" data-uid="ImGuiNET.ImGui.DragInt3(System.String,System.Int32@,System.Single)">DragInt3(String, ref Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt3(string label, ref int v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt3_System_String_System_Int32__System_Single_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt3(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4350">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt3_" data-uid="ImGuiNET.ImGui.DragInt3*"></a>
<h4 id="ImGuiNET_ImGui_DragInt3_System_String_System_Int32__System_Single_System_Int32_" data-uid="ImGuiNET.ImGui.DragInt3(System.String,System.Int32@,System.Single,System.Int32)">DragInt3(String, ref Int32, Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt3(string label, ref int v, float v_speed, int v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt3_System_String_System_Int32__System_Single_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt3(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4399">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt3_" data-uid="ImGuiNET.ImGui.DragInt3*"></a>
<h4 id="ImGuiNET_ImGui_DragInt3_System_String_System_Int32__System_Single_System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.DragInt3(System.String,System.Int32@,System.Single,System.Int32,System.Int32)">DragInt3(String, ref Int32, Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt3(string label, ref int v, float v_speed, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt3_System_String_System_Int32__System_Single_System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt3(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4447">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt3_" data-uid="ImGuiNET.ImGui.DragInt3*"></a>
<h4 id="ImGuiNET_ImGui_DragInt3_System_String_System_Int32__System_Single_System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.DragInt3(System.String,System.Int32@,System.Single,System.Int32,System.Int32,System.String)">DragInt3(String, ref Int32, Single, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt3(string label, ref int v, float v_speed, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt4_System_String_System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt4(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4499">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt4_" data-uid="ImGuiNET.ImGui.DragInt4*"></a>
<h4 id="ImGuiNET_ImGui_DragInt4_System_String_System_Int32__" data-uid="ImGuiNET.ImGui.DragInt4(System.String,System.Int32@)">DragInt4(String, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt4(string label, ref int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt4_System_String_System_Int32__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt4(System.String%2CSystem.Int32%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4550">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt4_" data-uid="ImGuiNET.ImGui.DragInt4*"></a>
<h4 id="ImGuiNET_ImGui_DragInt4_System_String_System_Int32__System_Single_" data-uid="ImGuiNET.ImGui.DragInt4(System.String,System.Int32@,System.Single)">DragInt4(String, ref Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt4(string label, ref int v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt4_System_String_System_Int32__System_Single_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt4(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4600">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt4_" data-uid="ImGuiNET.ImGui.DragInt4*"></a>
<h4 id="ImGuiNET_ImGui_DragInt4_System_String_System_Int32__System_Single_System_Int32_" data-uid="ImGuiNET.ImGui.DragInt4(System.String,System.Int32@,System.Single,System.Int32)">DragInt4(String, ref Int32, Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt4(string label, ref int v, float v_speed, int v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt4_System_String_System_Int32__System_Single_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt4(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4649">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt4_" data-uid="ImGuiNET.ImGui.DragInt4*"></a>
<h4 id="ImGuiNET_ImGui_DragInt4_System_String_System_Int32__System_Single_System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.DragInt4(System.String,System.Int32@,System.Single,System.Int32,System.Int32)">DragInt4(String, ref Int32, Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt4(string label, ref int v, float v_speed, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragInt4_System_String_System_Int32__System_Single_System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragInt4(System.String%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4697">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragInt4_" data-uid="ImGuiNET.ImGui.DragInt4*"></a>
<h4 id="ImGuiNET_ImGui_DragInt4_System_String_System_Int32__System_Single_System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.DragInt4(System.String,System.Int32@,System.Single,System.Int32,System.Int32,System.String)">DragInt4(String, ref Int32, Single, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragInt4(string label, ref int v, float v_speed, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragIntRange2(System.String%2CSystem.Int32%40%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4749">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragIntRange2_" data-uid="ImGuiNET.ImGui.DragIntRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__" data-uid="ImGuiNET.ImGui.DragIntRange2(System.String,System.Int32@,System.Int32@)">DragIntRange2(String, ref Int32, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragIntRange2(string label, ref int v_current_min, ref int v_current_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragIntRange2(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4804">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragIntRange2_" data-uid="ImGuiNET.ImGui.DragIntRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_" data-uid="ImGuiNET.ImGui.DragIntRange2(System.String,System.Int32@,System.Int32@,System.Single)">DragIntRange2(String, ref Int32, ref Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragIntRange2(string label, ref int v_current_min, ref int v_current_max, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragIntRange2(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4858">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragIntRange2_" data-uid="ImGuiNET.ImGui.DragIntRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_System_Int32_" data-uid="ImGuiNET.ImGui.DragIntRange2(System.String,System.Int32@,System.Int32@,System.Single,System.Int32)">DragIntRange2(String, ref Int32, ref Int32, Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragIntRange2(string label, ref int v_current_min, ref int v_current_max, float v_speed, int v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragIntRange2(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4911">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragIntRange2_" data-uid="ImGuiNET.ImGui.DragIntRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.DragIntRange2(System.String,System.Int32@,System.Int32@,System.Single,System.Int32,System.Int32)">DragIntRange2(String, ref Int32, ref Int32, Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragIntRange2(string label, ref int v_current_min, ref int v_current_max, float v_speed, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragIntRange2(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L4963">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragIntRange2_" data-uid="ImGuiNET.ImGui.DragIntRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.DragIntRange2(System.String,System.Int32@,System.Int32@,System.Single,System.Int32,System.Int32,System.String)">DragIntRange2(String, ref Int32, ref Int32, Single, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragIntRange2(string label, ref int v_current_min, ref int v_current_max, float v_speed, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_System_Int32_System_Int32_System_String_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragIntRange2(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Single%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5019">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragIntRange2_" data-uid="ImGuiNET.ImGui.DragIntRange2*"></a>
<h4 id="ImGuiNET_ImGui_DragIntRange2_System_String_System_Int32__System_Int32__System_Single_System_Int32_System_Int32_System_String_System_String_" data-uid="ImGuiNET.ImGui.DragIntRange2(System.String,System.Int32@,System.Int32@,System.Single,System.Int32,System.Int32,System.String,System.String)">DragIntRange2(String, ref Int32, ref Int32, Single, Int32, Int32, String, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragIntRange2(string label, ref int v_current_min, ref int v_current_max, float v_speed, int v_min, int v_max, string format, string format_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_current_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5096">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalar_" data-uid="ImGuiNET.ImGui.DragScalar*"></a>
<h4 id="ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_" data-uid="ImGuiNET.ImGui.DragScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Single)">DragScalar(String, ImGuiDataType, IntPtr, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalar(string label, ImGuiDataType data_type, IntPtr v, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Single%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5128">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalar_" data-uid="ImGuiNET.ImGui.DragScalar*"></a>
<h4 id="ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_System_IntPtr_" data-uid="ImGuiNET.ImGui.DragScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Single,System.IntPtr)">DragScalar(String, ImGuiDataType, IntPtr, Single, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalar(string label, ImGuiDataType data_type, IntPtr v, float v_speed, IntPtr v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Single%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5160">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalar_" data-uid="ImGuiNET.ImGui.DragScalar*"></a>
<h4 id="ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImGui.DragScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Single,System.IntPtr,System.IntPtr)">DragScalar(String, ImGuiDataType, IntPtr, Single, IntPtr, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalar(string label, ImGuiDataType data_type, IntPtr v, float v_speed, IntPtr v_min, IntPtr v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_System_IntPtr_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Single%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5192">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalar_" data-uid="ImGuiNET.ImGui.DragScalar*"></a>
<h4 id="ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_System_IntPtr_System_IntPtr_System_String_" data-uid="ImGuiNET.ImGui.DragScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Single,System.IntPtr,System.IntPtr,System.String)">DragScalar(String, ImGuiDataType, IntPtr, Single, IntPtr, IntPtr, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalar(string label, ImGuiDataType data_type, IntPtr v, float v_speed, IntPtr v_min, IntPtr v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_System_IntPtr_System_IntPtr_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Single%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5245">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalar_" data-uid="ImGuiNET.ImGui.DragScalar*"></a>
<h4 id="ImGuiNET_ImGui_DragScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Single_System_IntPtr_System_IntPtr_System_String_System_Single_" data-uid="ImGuiNET.ImGui.DragScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Single,System.IntPtr,System.IntPtr,System.String,System.Single)">DragScalar(String, ImGuiDataType, IntPtr, Single, IntPtr, IntPtr, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalar(string label, ImGuiDataType data_type, IntPtr v, float v_speed, IntPtr v_min, IntPtr v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5297">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalarN_" data-uid="ImGuiNET.ImGui.DragScalarN*"></a>
<h4 id="ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_" data-uid="ImGuiNET.ImGui.DragScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.Single)">DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, float v_speed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.Single%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5329">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalarN_" data-uid="ImGuiNET.ImGui.DragScalarN*"></a>
<h4 id="ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_System_IntPtr_" data-uid="ImGuiNET.ImGui.DragScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.Single,System.IntPtr)">DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, float v_speed, IntPtr v_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.Single%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5361">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalarN_" data-uid="ImGuiNET.ImGui.DragScalarN*"></a>
<h4 id="ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImGui.DragScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.Single,System.IntPtr,System.IntPtr)">DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single, IntPtr, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, float v_speed, IntPtr v_min, IntPtr v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_System_IntPtr_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.Single%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5393">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalarN_" data-uid="ImGuiNET.ImGui.DragScalarN*"></a>
<h4 id="ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_System_IntPtr_System_IntPtr_System_String_" data-uid="ImGuiNET.ImGui.DragScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.Single,System.IntPtr,System.IntPtr,System.String)">DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single, IntPtr, IntPtr, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, float v_speed, IntPtr v_min, IntPtr v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_System_IntPtr_System_IntPtr_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.DragScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.Single%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5446">View Source</a>
</span>
<a id="ImGuiNET_ImGui_DragScalarN_" data-uid="ImGuiNET.ImGui.DragScalarN*"></a>
<h4 id="ImGuiNET_ImGui_DragScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_Single_System_IntPtr_System_IntPtr_System_String_System_Single_" data-uid="ImGuiNET.ImGui.DragScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.Single,System.IntPtr,System.IntPtr,System.String,System.Single)">DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single, IntPtr, IntPtr, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, float v_speed, IntPtr v_min, IntPtr v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_speed</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Dummy_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Dummy(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5498">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Dummy_" data-uid="ImGuiNET.ImGui.Dummy*"></a>
<h4 id="ImGuiNET_ImGui_Dummy_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.Dummy(System.Numerics.Vector2)">Dummy(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Dummy(Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_End.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.End%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5502">View Source</a>
</span>
<a id="ImGuiNET_ImGui_End_" data-uid="ImGuiNET.ImGui.End*"></a>
<h4 id="ImGuiNET_ImGui_End" data-uid="ImGuiNET.ImGui.End">End()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void End()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndChild.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndChild%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5506">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndChild_" data-uid="ImGuiNET.ImGui.EndChild*"></a>
<h4 id="ImGuiNET_ImGui_EndChild" data-uid="ImGuiNET.ImGui.EndChild">EndChild()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndChild()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndChildFrame.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndChildFrame%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5510">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndChildFrame_" data-uid="ImGuiNET.ImGui.EndChildFrame*"></a>
<h4 id="ImGuiNET_ImGui_EndChildFrame" data-uid="ImGuiNET.ImGui.EndChildFrame">EndChildFrame()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndChildFrame()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndCombo.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndCombo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5514">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndCombo_" data-uid="ImGuiNET.ImGui.EndCombo*"></a>
<h4 id="ImGuiNET_ImGui_EndCombo" data-uid="ImGuiNET.ImGui.EndCombo">EndCombo()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndCombo()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndDragDropSource.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndDragDropSource%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5518">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndDragDropSource_" data-uid="ImGuiNET.ImGui.EndDragDropSource*"></a>
<h4 id="ImGuiNET_ImGui_EndDragDropSource" data-uid="ImGuiNET.ImGui.EndDragDropSource">EndDragDropSource()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndDragDropSource()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndDragDropTarget.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndDragDropTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5522">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndDragDropTarget_" data-uid="ImGuiNET.ImGui.EndDragDropTarget*"></a>
<h4 id="ImGuiNET_ImGui_EndDragDropTarget" data-uid="ImGuiNET.ImGui.EndDragDropTarget">EndDragDropTarget()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndDragDropTarget()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndFrame.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndFrame%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5526">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndFrame_" data-uid="ImGuiNET.ImGui.EndFrame*"></a>
<h4 id="ImGuiNET_ImGui_EndFrame" data-uid="ImGuiNET.ImGui.EndFrame">EndFrame()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndFrame()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndGroup.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndGroup%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5530">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndGroup_" data-uid="ImGuiNET.ImGui.EndGroup*"></a>
<h4 id="ImGuiNET_ImGui_EndGroup" data-uid="ImGuiNET.ImGui.EndGroup">EndGroup()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndGroup()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndMainMenuBar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndMainMenuBar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5534">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndMainMenuBar_" data-uid="ImGuiNET.ImGui.EndMainMenuBar*"></a>
<h4 id="ImGuiNET_ImGui_EndMainMenuBar" data-uid="ImGuiNET.ImGui.EndMainMenuBar">EndMainMenuBar()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndMainMenuBar()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndMenu.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndMenu%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5538">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndMenu_" data-uid="ImGuiNET.ImGui.EndMenu*"></a>
<h4 id="ImGuiNET_ImGui_EndMenu" data-uid="ImGuiNET.ImGui.EndMenu">EndMenu()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndMenu()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndMenuBar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndMenuBar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5542">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndMenuBar_" data-uid="ImGuiNET.ImGui.EndMenuBar*"></a>
<h4 id="ImGuiNET_ImGui_EndMenuBar" data-uid="ImGuiNET.ImGui.EndMenuBar">EndMenuBar()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndMenuBar()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndPopup.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndPopup%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5546">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndPopup_" data-uid="ImGuiNET.ImGui.EndPopup*"></a>
<h4 id="ImGuiNET_ImGui_EndPopup" data-uid="ImGuiNET.ImGui.EndPopup">EndPopup()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndPopup()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndTabBar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndTabBar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5550">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndTabBar_" data-uid="ImGuiNET.ImGui.EndTabBar*"></a>
<h4 id="ImGuiNET_ImGui_EndTabBar" data-uid="ImGuiNET.ImGui.EndTabBar">EndTabBar()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndTabBar()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndTabItem.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndTabItem%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5554">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndTabItem_" data-uid="ImGuiNET.ImGui.EndTabItem*"></a>
<h4 id="ImGuiNET_ImGui_EndTabItem" data-uid="ImGuiNET.ImGui.EndTabItem">EndTabItem()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndTabItem()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_EndTooltip.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.EndTooltip%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5558">View Source</a>
</span>
<a id="ImGuiNET_ImGui_EndTooltip_" data-uid="ImGuiNET.ImGui.EndTooltip*"></a>
<h4 id="ImGuiNET_ImGui_EndTooltip" data-uid="ImGuiNET.ImGui.EndTooltip">EndTooltip()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndTooltip()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetBackgroundDrawList.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetBackgroundDrawList%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5562">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetBackgroundDrawList_" data-uid="ImGuiNET.ImGui.GetBackgroundDrawList*"></a>
<h4 id="ImGuiNET_ImGui_GetBackgroundDrawList" data-uid="ImGuiNET.ImGui.GetBackgroundDrawList">GetBackgroundDrawList()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImDrawListPtr GetBackgroundDrawList()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImDrawListPtr.html">ImDrawListPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetClipboardText.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetClipboardText%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5567">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetClipboardText_" data-uid="ImGuiNET.ImGui.GetClipboardText*"></a>
<h4 id="ImGuiNET_ImGui_GetClipboardText" data-uid="ImGuiNET.ImGui.GetClipboardText">GetClipboardText()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string GetClipboardText()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColorU32_ImGuiNET_ImGuiCol_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColorU32(ImGuiNET.ImGuiCol)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5572">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColorU32_" data-uid="ImGuiNET.ImGui.GetColorU32*"></a>
<h4 id="ImGuiNET_ImGui_GetColorU32_ImGuiNET_ImGuiCol_" data-uid="ImGuiNET.ImGui.GetColorU32(ImGuiNET.ImGuiCol)">GetColorU32(ImGuiCol)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static uint GetColorU32(ImGuiCol idx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCol.html">ImGuiCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColorU32_ImGuiNET_ImGuiCol_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColorU32(ImGuiNET.ImGuiCol%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5578">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColorU32_" data-uid="ImGuiNET.ImGui.GetColorU32*"></a>
<h4 id="ImGuiNET_ImGui_GetColorU32_ImGuiNET_ImGuiCol_System_Single_" data-uid="ImGuiNET.ImGui.GetColorU32(ImGuiNET.ImGuiCol,System.Single)">GetColorU32(ImGuiCol, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static uint GetColorU32(ImGuiCol idx, float alpha_mul)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCol.html">ImGuiCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">alpha_mul</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColorU32_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColorU32(System.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5583">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColorU32_" data-uid="ImGuiNET.ImGui.GetColorU32*"></a>
<h4 id="ImGuiNET_ImGui_GetColorU32_System_Numerics_Vector4_" data-uid="ImGuiNET.ImGui.GetColorU32(System.Numerics.Vector4)">GetColorU32(Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static uint GetColorU32(Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColorU32_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColorU32(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5588">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColorU32_" data-uid="ImGuiNET.ImGui.GetColorU32*"></a>
<h4 id="ImGuiNET_ImGui_GetColorU32_System_UInt32_" data-uid="ImGuiNET.ImGui.GetColorU32(System.UInt32)">GetColorU32(UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static uint GetColorU32(uint col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColumnIndex.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColumnIndex%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5593">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColumnIndex_" data-uid="ImGuiNET.ImGui.GetColumnIndex*"></a>
<h4 id="ImGuiNET_ImGui_GetColumnIndex" data-uid="ImGuiNET.ImGui.GetColumnIndex">GetColumnIndex()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetColumnIndex()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColumnOffset.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColumnOffset%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5598">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColumnOffset_" data-uid="ImGuiNET.ImGui.GetColumnOffset*"></a>
<h4 id="ImGuiNET_ImGui_GetColumnOffset" data-uid="ImGuiNET.ImGui.GetColumnOffset">GetColumnOffset()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetColumnOffset()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColumnOffset_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColumnOffset(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5604">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColumnOffset_" data-uid="ImGuiNET.ImGui.GetColumnOffset*"></a>
<h4 id="ImGuiNET_ImGui_GetColumnOffset_System_Int32_" data-uid="ImGuiNET.ImGui.GetColumnOffset(System.Int32)">GetColumnOffset(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetColumnOffset(int column_index)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">column_index</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColumnsCount.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColumnsCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5609">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColumnsCount_" data-uid="ImGuiNET.ImGui.GetColumnsCount*"></a>
<h4 id="ImGuiNET_ImGui_GetColumnsCount" data-uid="ImGuiNET.ImGui.GetColumnsCount">GetColumnsCount()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetColumnsCount()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColumnWidth.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColumnWidth%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5614">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColumnWidth_" data-uid="ImGuiNET.ImGui.GetColumnWidth*"></a>
<h4 id="ImGuiNET_ImGui_GetColumnWidth" data-uid="ImGuiNET.ImGui.GetColumnWidth">GetColumnWidth()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetColumnWidth()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetColumnWidth_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetColumnWidth(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5620">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetColumnWidth_" data-uid="ImGuiNET.ImGui.GetColumnWidth*"></a>
<h4 id="ImGuiNET_ImGui_GetColumnWidth_System_Int32_" data-uid="ImGuiNET.ImGui.GetColumnWidth(System.Int32)">GetColumnWidth(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetColumnWidth(int column_index)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">column_index</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetContentRegionAvail.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetContentRegionAvail%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5625">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetContentRegionAvail_" data-uid="ImGuiNET.ImGui.GetContentRegionAvail*"></a>
<h4 id="ImGuiNET_ImGui_GetContentRegionAvail" data-uid="ImGuiNET.ImGui.GetContentRegionAvail">GetContentRegionAvail()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetContentRegionAvail()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetContentRegionMax.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetContentRegionMax%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5630">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetContentRegionMax_" data-uid="ImGuiNET.ImGui.GetContentRegionMax*"></a>
<h4 id="ImGuiNET_ImGui_GetContentRegionMax" data-uid="ImGuiNET.ImGui.GetContentRegionMax">GetContentRegionMax()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetContentRegionMax()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetCurrentContext.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetCurrentContext%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5635">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetCurrentContext_" data-uid="ImGuiNET.ImGui.GetCurrentContext*"></a>
<h4 id="ImGuiNET_ImGui_GetCurrentContext" data-uid="ImGuiNET.ImGui.GetCurrentContext">GetCurrentContext()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IntPtr GetCurrentContext()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetCursorPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetCursorPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5640">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetCursorPos_" data-uid="ImGuiNET.ImGui.GetCursorPos*"></a>
<h4 id="ImGuiNET_ImGui_GetCursorPos" data-uid="ImGuiNET.ImGui.GetCursorPos">GetCursorPos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetCursorPos()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetCursorPosX.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetCursorPosX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5645">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetCursorPosX_" data-uid="ImGuiNET.ImGui.GetCursorPosX*"></a>
<h4 id="ImGuiNET_ImGui_GetCursorPosX" data-uid="ImGuiNET.ImGui.GetCursorPosX">GetCursorPosX()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetCursorPosX()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetCursorPosY.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetCursorPosY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5650">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetCursorPosY_" data-uid="ImGuiNET.ImGui.GetCursorPosY*"></a>
<h4 id="ImGuiNET_ImGui_GetCursorPosY" data-uid="ImGuiNET.ImGui.GetCursorPosY">GetCursorPosY()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetCursorPosY()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetCursorScreenPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetCursorScreenPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5655">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetCursorScreenPos_" data-uid="ImGuiNET.ImGui.GetCursorScreenPos*"></a>
<h4 id="ImGuiNET_ImGui_GetCursorScreenPos" data-uid="ImGuiNET.ImGui.GetCursorScreenPos">GetCursorScreenPos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetCursorScreenPos()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetCursorStartPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetCursorStartPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5660">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetCursorStartPos_" data-uid="ImGuiNET.ImGui.GetCursorStartPos*"></a>
<h4 id="ImGuiNET_ImGui_GetCursorStartPos" data-uid="ImGuiNET.ImGui.GetCursorStartPos">GetCursorStartPos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetCursorStartPos()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetDragDropPayload.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetDragDropPayload%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5665">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetDragDropPayload_" data-uid="ImGuiNET.ImGui.GetDragDropPayload*"></a>
<h4 id="ImGuiNET_ImGui_GetDragDropPayload" data-uid="ImGuiNET.ImGui.GetDragDropPayload">GetDragDropPayload()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImGuiPayloadPtr GetDragDropPayload()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiPayloadPtr.html">ImGuiPayloadPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetDrawData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetDrawData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5670">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetDrawData_" data-uid="ImGuiNET.ImGui.GetDrawData*"></a>
<h4 id="ImGuiNET_ImGui_GetDrawData" data-uid="ImGuiNET.ImGui.GetDrawData">GetDrawData()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImDrawDataPtr GetDrawData()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImDrawDataPtr.html">ImDrawDataPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetDrawListSharedData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetDrawListSharedData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5675">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetDrawListSharedData_" data-uid="ImGuiNET.ImGui.GetDrawListSharedData*"></a>
<h4 id="ImGuiNET_ImGui_GetDrawListSharedData" data-uid="ImGuiNET.ImGui.GetDrawListSharedData">GetDrawListSharedData()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IntPtr GetDrawListSharedData()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetFont.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetFont%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5680">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetFont_" data-uid="ImGuiNET.ImGui.GetFont*"></a>
<h4 id="ImGuiNET_ImGui_GetFont" data-uid="ImGuiNET.ImGui.GetFont">GetFont()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImFontPtr GetFont()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontPtr.html">ImFontPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetFontSize.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetFontSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5685">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetFontSize_" data-uid="ImGuiNET.ImGui.GetFontSize*"></a>
<h4 id="ImGuiNET_ImGui_GetFontSize" data-uid="ImGuiNET.ImGui.GetFontSize">GetFontSize()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetFontSize()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetFontTexUvWhitePixel.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetFontTexUvWhitePixel%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5690">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetFontTexUvWhitePixel_" data-uid="ImGuiNET.ImGui.GetFontTexUvWhitePixel*"></a>
<h4 id="ImGuiNET_ImGui_GetFontTexUvWhitePixel" data-uid="ImGuiNET.ImGui.GetFontTexUvWhitePixel">GetFontTexUvWhitePixel()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetFontTexUvWhitePixel()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetForegroundDrawList.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetForegroundDrawList%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5695">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetForegroundDrawList_" data-uid="ImGuiNET.ImGui.GetForegroundDrawList*"></a>
<h4 id="ImGuiNET_ImGui_GetForegroundDrawList" data-uid="ImGuiNET.ImGui.GetForegroundDrawList">GetForegroundDrawList()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImDrawListPtr GetForegroundDrawList()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImDrawListPtr.html">ImDrawListPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetFrameCount.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetFrameCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5700">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetFrameCount_" data-uid="ImGuiNET.ImGui.GetFrameCount*"></a>
<h4 id="ImGuiNET_ImGui_GetFrameCount" data-uid="ImGuiNET.ImGui.GetFrameCount">GetFrameCount()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetFrameCount()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetFrameHeight.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetFrameHeight%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5705">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetFrameHeight_" data-uid="ImGuiNET.ImGui.GetFrameHeight*"></a>
<h4 id="ImGuiNET_ImGui_GetFrameHeight" data-uid="ImGuiNET.ImGui.GetFrameHeight">GetFrameHeight()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetFrameHeight()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetFrameHeightWithSpacing.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetFrameHeightWithSpacing%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5710">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetFrameHeightWithSpacing_" data-uid="ImGuiNET.ImGui.GetFrameHeightWithSpacing*"></a>
<h4 id="ImGuiNET_ImGui_GetFrameHeightWithSpacing" data-uid="ImGuiNET.ImGui.GetFrameHeightWithSpacing">GetFrameHeightWithSpacing()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetFrameHeightWithSpacing()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetID_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetID(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5742">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetID_" data-uid="ImGuiNET.ImGui.GetID*"></a>
<h4 id="ImGuiNET_ImGui_GetID_System_IntPtr_" data-uid="ImGuiNET.ImGui.GetID(System.IntPtr)">GetID(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static uint GetID(IntPtr ptr_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ptr_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetID_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetID(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5715">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetID_" data-uid="ImGuiNET.ImGui.GetID*"></a>
<h4 id="ImGuiNET_ImGui_GetID_System_String_" data-uid="ImGuiNET.ImGui.GetID(System.String)">GetID(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static uint GetID(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetIO.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetIO%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5748">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetIO_" data-uid="ImGuiNET.ImGui.GetIO*"></a>
<h4 id="ImGuiNET_ImGui_GetIO" data-uid="ImGuiNET.ImGui.GetIO">GetIO()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImGuiIOPtr GetIO()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiIOPtr.html">ImGuiIOPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetItemRectMax.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetItemRectMax%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5753">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetItemRectMax_" data-uid="ImGuiNET.ImGui.GetItemRectMax*"></a>
<h4 id="ImGuiNET_ImGui_GetItemRectMax" data-uid="ImGuiNET.ImGui.GetItemRectMax">GetItemRectMax()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetItemRectMax()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetItemRectMin.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetItemRectMin%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5758">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetItemRectMin_" data-uid="ImGuiNET.ImGui.GetItemRectMin*"></a>
<h4 id="ImGuiNET_ImGui_GetItemRectMin" data-uid="ImGuiNET.ImGui.GetItemRectMin">GetItemRectMin()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetItemRectMin()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetItemRectSize.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetItemRectSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5763">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetItemRectSize_" data-uid="ImGuiNET.ImGui.GetItemRectSize*"></a>
<h4 id="ImGuiNET_ImGui_GetItemRectSize" data-uid="ImGuiNET.ImGui.GetItemRectSize">GetItemRectSize()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetItemRectSize()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetKeyIndex_ImGuiNET_ImGuiKey_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetKeyIndex(ImGuiNET.ImGuiKey)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5768">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetKeyIndex_" data-uid="ImGuiNET.ImGui.GetKeyIndex*"></a>
<h4 id="ImGuiNET_ImGui_GetKeyIndex_ImGuiNET_ImGuiKey_" data-uid="ImGuiNET.ImGui.GetKeyIndex(ImGuiNET.ImGuiKey)">GetKeyIndex(ImGuiKey)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetKeyIndex(ImGuiKey imgui_key)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiKey.html">ImGuiKey</a></td>
<td><span class="parametername">imgui_key</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetKeyPressedAmount_System_Int32_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetKeyPressedAmount(System.Int32%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5773">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetKeyPressedAmount_" data-uid="ImGuiNET.ImGui.GetKeyPressedAmount*"></a>
<h4 id="ImGuiNET_ImGui_GetKeyPressedAmount_System_Int32_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.GetKeyPressedAmount(System.Int32,System.Single,System.Single)">GetKeyPressedAmount(Int32, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetKeyPressedAmount(int key_index, float repeat_delay, float rate)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">key_index</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">repeat_delay</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">rate</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetMouseCursor.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetMouseCursor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5778">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetMouseCursor_" data-uid="ImGuiNET.ImGui.GetMouseCursor*"></a>
<h4 id="ImGuiNET_ImGui_GetMouseCursor" data-uid="ImGuiNET.ImGui.GetMouseCursor">GetMouseCursor()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImGuiMouseCursor GetMouseCursor()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiMouseCursor.html">ImGuiMouseCursor</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetMouseDragDelta.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetMouseDragDelta%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5783">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetMouseDragDelta_" data-uid="ImGuiNET.ImGui.GetMouseDragDelta*"></a>
<h4 id="ImGuiNET_ImGui_GetMouseDragDelta" data-uid="ImGuiNET.ImGui.GetMouseDragDelta">GetMouseDragDelta()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetMouseDragDelta()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetMouseDragDelta_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetMouseDragDelta(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5790">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetMouseDragDelta_" data-uid="ImGuiNET.ImGui.GetMouseDragDelta*"></a>
<h4 id="ImGuiNET_ImGui_GetMouseDragDelta_System_Int32_" data-uid="ImGuiNET.ImGui.GetMouseDragDelta(System.Int32)">GetMouseDragDelta(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetMouseDragDelta(int button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetMouseDragDelta_System_Int32_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetMouseDragDelta(System.Int32%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5796">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetMouseDragDelta_" data-uid="ImGuiNET.ImGui.GetMouseDragDelta*"></a>
<h4 id="ImGuiNET_ImGui_GetMouseDragDelta_System_Int32_System_Single_" data-uid="ImGuiNET.ImGui.GetMouseDragDelta(System.Int32,System.Single)">GetMouseDragDelta(Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetMouseDragDelta(int button, float lock_threshold)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">lock_threshold</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetMousePos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetMousePos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5801">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetMousePos_" data-uid="ImGuiNET.ImGui.GetMousePos*"></a>
<h4 id="ImGuiNET_ImGui_GetMousePos" data-uid="ImGuiNET.ImGui.GetMousePos">GetMousePos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetMousePos()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetMousePosOnOpeningCurrentPopup.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetMousePosOnOpeningCurrentPopup%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5806">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetMousePosOnOpeningCurrentPopup_" data-uid="ImGuiNET.ImGui.GetMousePosOnOpeningCurrentPopup*"></a>
<h4 id="ImGuiNET_ImGui_GetMousePosOnOpeningCurrentPopup" data-uid="ImGuiNET.ImGui.GetMousePosOnOpeningCurrentPopup">GetMousePosOnOpeningCurrentPopup()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetMousePosOnOpeningCurrentPopup()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetScrollMaxX.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetScrollMaxX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5811">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetScrollMaxX_" data-uid="ImGuiNET.ImGui.GetScrollMaxX*"></a>
<h4 id="ImGuiNET_ImGui_GetScrollMaxX" data-uid="ImGuiNET.ImGui.GetScrollMaxX">GetScrollMaxX()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetScrollMaxX()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetScrollMaxY.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetScrollMaxY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5816">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetScrollMaxY_" data-uid="ImGuiNET.ImGui.GetScrollMaxY*"></a>
<h4 id="ImGuiNET_ImGui_GetScrollMaxY" data-uid="ImGuiNET.ImGui.GetScrollMaxY">GetScrollMaxY()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetScrollMaxY()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetScrollX.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetScrollX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5821">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetScrollX_" data-uid="ImGuiNET.ImGui.GetScrollX*"></a>
<h4 id="ImGuiNET_ImGui_GetScrollX" data-uid="ImGuiNET.ImGui.GetScrollX">GetScrollX()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetScrollX()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetScrollY.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetScrollY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5826">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetScrollY_" data-uid="ImGuiNET.ImGui.GetScrollY*"></a>
<h4 id="ImGuiNET_ImGui_GetScrollY" data-uid="ImGuiNET.ImGui.GetScrollY">GetScrollY()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetScrollY()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetStateStorage.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetStateStorage%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5831">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetStateStorage_" data-uid="ImGuiNET.ImGui.GetStateStorage*"></a>
<h4 id="ImGuiNET_ImGui_GetStateStorage" data-uid="ImGuiNET.ImGui.GetStateStorage">GetStateStorage()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImGuiStoragePtr GetStateStorage()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStoragePtr.html">ImGuiStoragePtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetStyle.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetStyle%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5836">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetStyle_" data-uid="ImGuiNET.ImGui.GetStyle*"></a>
<h4 id="ImGuiNET_ImGui_GetStyle" data-uid="ImGuiNET.ImGui.GetStyle">GetStyle()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImGuiStylePtr GetStyle()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStylePtr.html">ImGuiStylePtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetStyleColorName_ImGuiNET_ImGuiCol_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetStyleColorName(ImGuiNET.ImGuiCol)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5841">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetStyleColorName_" data-uid="ImGuiNET.ImGui.GetStyleColorName*"></a>
<h4 id="ImGuiNET_ImGui_GetStyleColorName_ImGuiNET_ImGuiCol_" data-uid="ImGuiNET.ImGui.GetStyleColorName(ImGuiNET.ImGuiCol)">GetStyleColorName(ImGuiCol)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string GetStyleColorName(ImGuiCol idx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCol.html">ImGuiCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetStyleColorVec4_ImGuiNET_ImGuiCol_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetStyleColorVec4(ImGuiNET.ImGuiCol)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5846">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetStyleColorVec4_" data-uid="ImGuiNET.ImGui.GetStyleColorVec4*"></a>
<h4 id="ImGuiNET_ImGui_GetStyleColorVec4_ImGuiNET_ImGuiCol_" data-uid="ImGuiNET.ImGui.GetStyleColorVec4(ImGuiNET.ImGuiCol)">GetStyleColorVec4(ImGuiCol)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector4*GetStyleColorVec4(ImGuiCol idx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCol.html">ImGuiCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetTextLineHeight.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetTextLineHeight%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5851">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetTextLineHeight_" data-uid="ImGuiNET.ImGui.GetTextLineHeight*"></a>
<h4 id="ImGuiNET_ImGui_GetTextLineHeight" data-uid="ImGuiNET.ImGui.GetTextLineHeight">GetTextLineHeight()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetTextLineHeight()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetTextLineHeightWithSpacing.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetTextLineHeightWithSpacing%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5856">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetTextLineHeightWithSpacing_" data-uid="ImGuiNET.ImGui.GetTextLineHeightWithSpacing*"></a>
<h4 id="ImGuiNET_ImGui_GetTextLineHeightWithSpacing" data-uid="ImGuiNET.ImGui.GetTextLineHeightWithSpacing">GetTextLineHeightWithSpacing()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetTextLineHeightWithSpacing()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetTime.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetTime%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5861">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetTime_" data-uid="ImGuiNET.ImGui.GetTime*"></a>
<h4 id="ImGuiNET_ImGui_GetTime" data-uid="ImGuiNET.ImGui.GetTime">GetTime()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double GetTime()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetTreeNodeToLabelSpacing.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetTreeNodeToLabelSpacing%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5866">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetTreeNodeToLabelSpacing_" data-uid="ImGuiNET.ImGui.GetTreeNodeToLabelSpacing*"></a>
<h4 id="ImGuiNET_ImGui_GetTreeNodeToLabelSpacing" data-uid="ImGuiNET.ImGui.GetTreeNodeToLabelSpacing">GetTreeNodeToLabelSpacing()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetTreeNodeToLabelSpacing()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetVersion.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetVersion%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5871">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetVersion_" data-uid="ImGuiNET.ImGui.GetVersion*"></a>
<h4 id="ImGuiNET_ImGui_GetVersion" data-uid="ImGuiNET.ImGui.GetVersion">GetVersion()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string GetVersion()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetWindowContentRegionMax.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetWindowContentRegionMax%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5876">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetWindowContentRegionMax_" data-uid="ImGuiNET.ImGui.GetWindowContentRegionMax*"></a>
<h4 id="ImGuiNET_ImGui_GetWindowContentRegionMax" data-uid="ImGuiNET.ImGui.GetWindowContentRegionMax">GetWindowContentRegionMax()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetWindowContentRegionMax()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetWindowContentRegionMin.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetWindowContentRegionMin%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5881">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetWindowContentRegionMin_" data-uid="ImGuiNET.ImGui.GetWindowContentRegionMin*"></a>
<h4 id="ImGuiNET_ImGui_GetWindowContentRegionMin" data-uid="ImGuiNET.ImGui.GetWindowContentRegionMin">GetWindowContentRegionMin()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetWindowContentRegionMin()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetWindowContentRegionWidth.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetWindowContentRegionWidth%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5886">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetWindowContentRegionWidth_" data-uid="ImGuiNET.ImGui.GetWindowContentRegionWidth*"></a>
<h4 id="ImGuiNET_ImGui_GetWindowContentRegionWidth" data-uid="ImGuiNET.ImGui.GetWindowContentRegionWidth">GetWindowContentRegionWidth()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetWindowContentRegionWidth()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetWindowDrawList.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetWindowDrawList%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5891">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetWindowDrawList_" data-uid="ImGuiNET.ImGui.GetWindowDrawList*"></a>
<h4 id="ImGuiNET_ImGui_GetWindowDrawList" data-uid="ImGuiNET.ImGui.GetWindowDrawList">GetWindowDrawList()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImDrawListPtr GetWindowDrawList()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImDrawListPtr.html">ImDrawListPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetWindowHeight.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetWindowHeight%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5896">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetWindowHeight_" data-uid="ImGuiNET.ImGui.GetWindowHeight*"></a>
<h4 id="ImGuiNET_ImGui_GetWindowHeight" data-uid="ImGuiNET.ImGui.GetWindowHeight">GetWindowHeight()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetWindowHeight()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetWindowPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetWindowPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5901">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetWindowPos_" data-uid="ImGuiNET.ImGui.GetWindowPos*"></a>
<h4 id="ImGuiNET_ImGui_GetWindowPos" data-uid="ImGuiNET.ImGui.GetWindowPos">GetWindowPos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetWindowPos()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetWindowSize.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetWindowSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5906">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetWindowSize_" data-uid="ImGuiNET.ImGui.GetWindowSize*"></a>
<h4 id="ImGuiNET_ImGui_GetWindowSize" data-uid="ImGuiNET.ImGui.GetWindowSize">GetWindowSize()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetWindowSize()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_GetWindowWidth.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.GetWindowWidth%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5911">View Source</a>
</span>
<a id="ImGuiNET_ImGui_GetWindowWidth_" data-uid="ImGuiNET.ImGui.GetWindowWidth*"></a>
<h4 id="ImGuiNET_ImGui_GetWindowWidth" data-uid="ImGuiNET.ImGui.GetWindowWidth">GetWindowWidth()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float GetWindowWidth()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Image(System.IntPtr%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5916">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Image_" data-uid="ImGuiNET.ImGui.Image*"></a>
<h4 id="ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.Image(System.IntPtr,System.Numerics.Vector2)">Image(IntPtr, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Image(IntPtr user_texture_id, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Image(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5924">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Image_" data-uid="ImGuiNET.ImGui.Image*"></a>
<h4 id="ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.Image(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2)">Image(IntPtr, Vector2, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Image(IntPtr user_texture_id, Vector2 size, Vector2 uv0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Image(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5931">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Image_" data-uid="ImGuiNET.ImGui.Image*"></a>
<h4 id="ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.Image(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">Image(IntPtr, Vector2, Vector2, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Image(IntPtr user_texture_id, Vector2 size, Vector2 uv0, Vector2 uv1)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Image(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5937">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Image_" data-uid="ImGuiNET.ImGui.Image*"></a>
<h4 id="ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_" data-uid="ImGuiNET.ImGui.Image(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector4)">Image(IntPtr, Vector2, Vector2, Vector2, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Image(IntPtr user_texture_id, Vector2 size, Vector2 uv0, Vector2 uv1, Vector4 tint_col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">tint_col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Image(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector4%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5942">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Image_" data-uid="ImGuiNET.ImGui.Image*"></a>
<h4 id="ImGuiNET_ImGui_Image_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_System_Numerics_Vector4_" data-uid="ImGuiNET.ImGui.Image(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector4,System.Numerics.Vector4)">Image(IntPtr, Vector2, Vector2, Vector2, Vector4, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Image(IntPtr user_texture_id, Vector2 size, Vector2 uv0, Vector2 uv1, Vector4 tint_col, Vector4 border_col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">tint_col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">border_col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ImageButton(System.IntPtr%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5946">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ImageButton_" data-uid="ImGuiNET.ImGui.ImageButton*"></a>
<h4 id="ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.ImageButton(System.IntPtr,System.Numerics.Vector2)">ImageButton(IntPtr, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ImageButton(IntPtr user_texture_id, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ImageButton(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5956">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ImageButton_" data-uid="ImGuiNET.ImGui.ImageButton*"></a>
<h4 id="ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.ImageButton(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2)">ImageButton(IntPtr, Vector2, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ImageButton(IntPtr user_texture_id, Vector2 size, Vector2 uv0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ImageButton(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5965">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ImageButton_" data-uid="ImGuiNET.ImGui.ImageButton*"></a>
<h4 id="ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.ImageButton(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">ImageButton(IntPtr, Vector2, Vector2, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ImageButton(IntPtr user_texture_id, Vector2 size, Vector2 uv0, Vector2 uv1)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ImageButton(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5973">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ImageButton_" data-uid="ImGuiNET.ImGui.ImageButton*"></a>
<h4 id="ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Int32_" data-uid="ImGuiNET.ImGui.ImageButton(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Int32)">ImageButton(IntPtr, Vector2, Vector2, Vector2, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ImageButton(IntPtr user_texture_id, Vector2 size, Vector2 uv0, Vector2 uv1, int frame_padding)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">frame_padding</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Int32_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ImageButton(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Int32%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5980">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ImageButton_" data-uid="ImGuiNET.ImGui.ImageButton*"></a>
<h4 id="ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Int32_System_Numerics_Vector4_" data-uid="ImGuiNET.ImGui.ImageButton(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Int32,System.Numerics.Vector4)">ImageButton(IntPtr, Vector2, Vector2, Vector2, Int32, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ImageButton(IntPtr user_texture_id, Vector2 size, Vector2 uv0, Vector2 uv1, int frame_padding, Vector4 bg_col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">frame_padding</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">bg_col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Int32_System_Numerics_Vector4_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ImageButton(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Int32%2CSystem.Numerics.Vector4%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5986">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ImageButton_" data-uid="ImGuiNET.ImGui.ImageButton*"></a>
<h4 id="ImGuiNET_ImGui_ImageButton_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Int32_System_Numerics_Vector4_System_Numerics_Vector4_" data-uid="ImGuiNET.ImGui.ImageButton(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Int32,System.Numerics.Vector4,System.Numerics.Vector4)">ImageButton(IntPtr, Vector2, Vector2, Vector2, Int32, Vector4, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ImageButton(IntPtr user_texture_id, Vector2 size, Vector2 uv0, Vector2 uv1, int frame_padding, Vector4 bg_col, Vector4 tint_col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">frame_padding</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">bg_col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">tint_col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Indent.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Indent%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5991">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Indent_" data-uid="ImGuiNET.ImGui.Indent*"></a>
<h4 id="ImGuiNET_ImGui_Indent" data-uid="ImGuiNET.ImGui.Indent">Indent()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Indent()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Indent_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Indent(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L5996">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Indent_" data-uid="ImGuiNET.ImGui.Indent*"></a>
<h4 id="ImGuiNET_ImGui_Indent_System_Single_" data-uid="ImGuiNET.ImGui.Indent(System.Single)">Indent(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Indent(float indent_w)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">indent_w</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputDouble_System_String_System_Double__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputDouble(System.String%2CSystem.Double%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6000">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputDouble_" data-uid="ImGuiNET.ImGui.InputDouble*"></a>
<h4 id="ImGuiNET_ImGui_InputDouble_System_String_System_Double__" data-uid="ImGuiNET.ImGui.InputDouble(System.String,System.Double@)">InputDouble(String, ref Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputDouble(string label, ref double v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputDouble_System_String_System_Double__System_Double_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputDouble(System.String%2CSystem.Double%40%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6051">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputDouble_" data-uid="ImGuiNET.ImGui.InputDouble*"></a>
<h4 id="ImGuiNET_ImGui_InputDouble_System_String_System_Double__System_Double_" data-uid="ImGuiNET.ImGui.InputDouble(System.String,System.Double@,System.Double)">InputDouble(String, ref Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputDouble(string label, ref double v, double step)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputDouble_System_String_System_Double__System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputDouble(System.String%2CSystem.Double%40%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6101">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputDouble_" data-uid="ImGuiNET.ImGui.InputDouble*"></a>
<h4 id="ImGuiNET_ImGui_InputDouble_System_String_System_Double__System_Double_System_Double_" data-uid="ImGuiNET.ImGui.InputDouble(System.String,System.Double@,System.Double,System.Double)">InputDouble(String, ref Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputDouble(string label, ref double v, double step, double step_fast)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputDouble_System_String_System_Double__System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputDouble(System.String%2CSystem.Double%40%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6150">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputDouble_" data-uid="ImGuiNET.ImGui.InputDouble*"></a>
<h4 id="ImGuiNET_ImGui_InputDouble_System_String_System_Double__System_Double_System_Double_System_String_" data-uid="ImGuiNET.ImGui.InputDouble(System.String,System.Double@,System.Double,System.Double,System.String)">InputDouble(String, ref Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputDouble(string label, ref double v, double step, double step_fast, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputDouble_System_String_System_Double__System_Double_System_Double_System_String_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputDouble(System.String%2CSystem.Double%40%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6203">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputDouble_" data-uid="ImGuiNET.ImGui.InputDouble*"></a>
<h4 id="ImGuiNET_ImGui_InputDouble_System_String_System_Double__System_Double_System_Double_System_String_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputDouble(System.String,System.Double@,System.Double,System.Double,System.String,ImGuiNET.ImGuiInputTextFlags)">InputDouble(String, ref Double, Double, Double, String, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputDouble(string label, ref double v, double step, double step_fast, string format, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat_System_String_System_Single__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat(System.String%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6255">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat_" data-uid="ImGuiNET.ImGui.InputFloat*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat_System_String_System_Single__" data-uid="ImGuiNET.ImGui.InputFloat(System.String,System.Single@)">InputFloat(String, ref Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat(string label, ref float v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat_System_String_System_Single__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat(System.String%2CSystem.Single%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6306">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat_" data-uid="ImGuiNET.ImGui.InputFloat*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat_System_String_System_Single__System_Single_" data-uid="ImGuiNET.ImGui.InputFloat(System.String,System.Single@,System.Single)">InputFloat(String, ref Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat(string label, ref float v, float step)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat_System_String_System_Single__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6356">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat_" data-uid="ImGuiNET.ImGui.InputFloat*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat_System_String_System_Single__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.InputFloat(System.String,System.Single@,System.Single,System.Single)">InputFloat(String, ref Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat(string label, ref float v, float step, float step_fast)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat_System_String_System_Single__System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6405">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat_" data-uid="ImGuiNET.ImGui.InputFloat*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat_System_String_System_Single__System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.InputFloat(System.String,System.Single@,System.Single,System.Single,System.String)">InputFloat(String, ref Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat(string label, ref float v, float step, float step_fast, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat_System_String_System_Single__System_Single_System_Single_System_String_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.String%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6458">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat_" data-uid="ImGuiNET.ImGui.InputFloat*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat_System_String_System_Single__System_Single_System_Single_System_String_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputFloat(System.String,System.Single@,System.Single,System.Single,System.String,ImGuiNET.ImGuiInputTextFlags)">InputFloat(String, ref Single, Single, Single, String, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat(string label, ref float v, float step, float step_fast, string format, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat2_System_String_System_Numerics_Vector2__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat2(System.String%2CSystem.Numerics.Vector2%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6510">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat2_" data-uid="ImGuiNET.ImGui.InputFloat2*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat2_System_String_System_Numerics_Vector2__" data-uid="ImGuiNET.ImGui.InputFloat2(System.String,System.Numerics.Vector2@)">InputFloat2(String, ref Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat2(string label, ref Vector2 v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat2_System_String_System_Numerics_Vector2__System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6559">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat2_" data-uid="ImGuiNET.ImGui.InputFloat2*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat2_System_String_System_Numerics_Vector2__System_String_" data-uid="ImGuiNET.ImGui.InputFloat2(System.String,System.Numerics.Vector2@,System.String)">InputFloat2(String, ref Vector2, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat2(string label, ref Vector2 v, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat2_System_String_System_Numerics_Vector2__System_String_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.String%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6612">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat2_" data-uid="ImGuiNET.ImGui.InputFloat2*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat2_System_String_System_Numerics_Vector2__System_String_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputFloat2(System.String,System.Numerics.Vector2@,System.String,ImGuiNET.ImGuiInputTextFlags)">InputFloat2(String, ref Vector2, String, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat2(string label, ref Vector2 v, string format, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat3_System_String_System_Numerics_Vector3__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat3(System.String%2CSystem.Numerics.Vector3%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6664">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat3_" data-uid="ImGuiNET.ImGui.InputFloat3*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat3_System_String_System_Numerics_Vector3__" data-uid="ImGuiNET.ImGui.InputFloat3(System.String,System.Numerics.Vector3@)">InputFloat3(String, ref Vector3)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat3(string label, ref Vector3 v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat3_System_String_System_Numerics_Vector3__System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6713">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat3_" data-uid="ImGuiNET.ImGui.InputFloat3*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat3_System_String_System_Numerics_Vector3__System_String_" data-uid="ImGuiNET.ImGui.InputFloat3(System.String,System.Numerics.Vector3@,System.String)">InputFloat3(String, ref Vector3, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat3(string label, ref Vector3 v, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat3_System_String_System_Numerics_Vector3__System_String_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.String%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6766">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat3_" data-uid="ImGuiNET.ImGui.InputFloat3*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat3_System_String_System_Numerics_Vector3__System_String_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputFloat3(System.String,System.Numerics.Vector3@,System.String,ImGuiNET.ImGuiInputTextFlags)">InputFloat3(String, ref Vector3, String, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat3(string label, ref Vector3 v, string format, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat4_System_String_System_Numerics_Vector4__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat4(System.String%2CSystem.Numerics.Vector4%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6818">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat4_" data-uid="ImGuiNET.ImGui.InputFloat4*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat4_System_String_System_Numerics_Vector4__" data-uid="ImGuiNET.ImGui.InputFloat4(System.String,System.Numerics.Vector4@)">InputFloat4(String, ref Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat4(string label, ref Vector4 v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat4_System_String_System_Numerics_Vector4__System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6867">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat4_" data-uid="ImGuiNET.ImGui.InputFloat4*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat4_System_String_System_Numerics_Vector4__System_String_" data-uid="ImGuiNET.ImGui.InputFloat4(System.String,System.Numerics.Vector4@,System.String)">InputFloat4(String, ref Vector4, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat4(string label, ref Vector4 v, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputFloat4_System_String_System_Numerics_Vector4__System_String_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.String%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6920">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputFloat4_" data-uid="ImGuiNET.ImGui.InputFloat4*"></a>
<h4 id="ImGuiNET_ImGui_InputFloat4_System_String_System_Numerics_Vector4__System_String_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputFloat4(System.String,System.Numerics.Vector4@,System.String,ImGuiNET.ImGuiInputTextFlags)">InputFloat4(String, ref Vector4, String, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputFloat4(string label, ref Vector4 v, string format, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt_System_String_System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L6972">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt_" data-uid="ImGuiNET.ImGui.InputInt*"></a>
<h4 id="ImGuiNET_ImGui_InputInt_System_String_System_Int32__" data-uid="ImGuiNET.ImGui.InputInt(System.String,System.Int32@)">InputInt(String, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt(string label, ref int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7005">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt_" data-uid="ImGuiNET.ImGui.InputInt*"></a>
<h4 id="ImGuiNET_ImGui_InputInt_System_String_System_Int32__System_Int32_" data-uid="ImGuiNET.ImGui.InputInt(System.String,System.Int32@,System.Int32)">InputInt(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt(string label, ref int v, int step)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt_System_String_System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7037">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt_" data-uid="ImGuiNET.ImGui.InputInt*"></a>
<h4 id="ImGuiNET_ImGui_InputInt_System_String_System_Int32__System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.InputInt(System.String,System.Int32@,System.Int32,System.Int32)">InputInt(String, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt(string label, ref int v, int step, int step_fast)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt_System_String_System_Int32__System_Int32_System_Int32_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7068">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt_" data-uid="ImGuiNET.ImGui.InputInt*"></a>
<h4 id="ImGuiNET_ImGui_InputInt_System_String_System_Int32__System_Int32_System_Int32_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputInt(System.String,System.Int32@,System.Int32,System.Int32,ImGuiNET.ImGuiInputTextFlags)">InputInt(String, ref Int32, Int32, Int32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt(string label, ref int v, int step, int step_fast, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt2_System_String_System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt2(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7098">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt2_" data-uid="ImGuiNET.ImGui.InputInt2*"></a>
<h4 id="ImGuiNET_ImGui_InputInt2_System_String_System_Int32__" data-uid="ImGuiNET.ImGui.InputInt2(System.String,System.Int32@)">InputInt2(String, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt2(string label, ref int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt2_System_String_System_Int32__ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt2(System.String%2CSystem.Int32%40%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7129">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt2_" data-uid="ImGuiNET.ImGui.InputInt2*"></a>
<h4 id="ImGuiNET_ImGui_InputInt2_System_String_System_Int32__ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputInt2(System.String,System.Int32@,ImGuiNET.ImGuiInputTextFlags)">InputInt2(String, ref Int32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt2(string label, ref int v, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt3_System_String_System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt3(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7159">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt3_" data-uid="ImGuiNET.ImGui.InputInt3*"></a>
<h4 id="ImGuiNET_ImGui_InputInt3_System_String_System_Int32__" data-uid="ImGuiNET.ImGui.InputInt3(System.String,System.Int32@)">InputInt3(String, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt3(string label, ref int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt3_System_String_System_Int32__ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt3(System.String%2CSystem.Int32%40%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7190">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt3_" data-uid="ImGuiNET.ImGui.InputInt3*"></a>
<h4 id="ImGuiNET_ImGui_InputInt3_System_String_System_Int32__ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputInt3(System.String,System.Int32@,ImGuiNET.ImGuiInputTextFlags)">InputInt3(String, ref Int32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt3(string label, ref int v, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt4_System_String_System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt4(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7220">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt4_" data-uid="ImGuiNET.ImGui.InputInt4*"></a>
<h4 id="ImGuiNET_ImGui_InputInt4_System_String_System_Int32__" data-uid="ImGuiNET.ImGui.InputInt4(System.String,System.Int32@)">InputInt4(String, ref Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt4(string label, ref int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputInt4_System_String_System_Int32__ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputInt4(System.String%2CSystem.Int32%40%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7251">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputInt4_" data-uid="ImGuiNET.ImGui.InputInt4*"></a>
<h4 id="ImGuiNET_ImGui_InputInt4_System_String_System_Int32__ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputInt4(System.String,System.Int32@,ImGuiNET.ImGuiInputTextFlags)">InputInt4(String, ref Int32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputInt4(string label, ref int v, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7281">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalar_" data-uid="ImGuiNET.ImGui.InputScalar*"></a>
<h4 id="ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr)">InputScalar(String, ImGuiDataType, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalar(string label, ImGuiDataType data_type, IntPtr v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7313">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalar_" data-uid="ImGuiNET.ImGui.InputScalar*"></a>
<h4 id="ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr)">InputScalar(String, ImGuiDataType, IntPtr, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalar(string label, ImGuiDataType data_type, IntPtr v, IntPtr step)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7345">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalar_" data-uid="ImGuiNET.ImGui.InputScalar*"></a>
<h4 id="ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr)">InputScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalar(string label, ImGuiDataType data_type, IntPtr v, IntPtr step, IntPtr step_fast)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7377">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalar_" data-uid="ImGuiNET.ImGui.InputScalar*"></a>
<h4 id="ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_" data-uid="ImGuiNET.ImGui.InputScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr,System.String)">InputScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalar(string label, ImGuiDataType data_type, IntPtr v, IntPtr step, IntPtr step_fast, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7430">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalar_" data-uid="ImGuiNET.ImGui.InputScalar*"></a>
<h4 id="ImGuiNET_ImGui_InputScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr,System.String,ImGuiNET.ImGuiInputTextFlags)">InputScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr, String, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalar(string label, ImGuiDataType data_type, IntPtr v, IntPtr step, IntPtr step_fast, string format, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7482">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalarN_" data-uid="ImGuiNET.ImGui.InputScalarN*"></a>
<h4 id="ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_" data-uid="ImGuiNET.ImGui.InputScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32)">InputScalarN(String, ImGuiDataType, IntPtr, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalarN(string label, ImGuiDataType data_type, IntPtr v, int components)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7514">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalarN_" data-uid="ImGuiNET.ImGui.InputScalarN*"></a>
<h4 id="ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.IntPtr)">InputScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, IntPtr step)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7546">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalarN_" data-uid="ImGuiNET.ImGui.InputScalarN*"></a>
<h4 id="ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">InputScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, IntPtr step, IntPtr step_fast)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7578">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalarN_" data-uid="ImGuiNET.ImGui.InputScalarN*"></a>
<h4 id="ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_System_String_" data-uid="ImGuiNET.ImGui.InputScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.String)">InputScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, IntPtr step, IntPtr step_fast, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_System_String_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7631">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputScalarN_" data-uid="ImGuiNET.ImGui.InputScalarN*"></a>
<h4 id="ImGuiNET_ImGui_InputScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_System_String_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.String,ImGuiNET.ImGuiInputTextFlags)">InputScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr, String, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, IntPtr step, IntPtr step_fast, string format, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">step_fast</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_Byte___System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.Byte%5B%5D%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L11">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_Byte___System_UInt32_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.Byte[],System.UInt32)">InputText(String, Byte[], UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, byte[] buf, uint buf_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_Byte___System_UInt32_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.Byte%5B%5D%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L19">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_Byte___System_UInt32_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.Byte[],System.UInt32,ImGuiNET.ImGuiInputTextFlags)">InputText(String, Byte[], UInt32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, byte[] buf, uint buf_size, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_Byte___System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.Byte%5B%5D%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L28">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_Byte___System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.Byte[],System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback)">InputText(String, Byte[], UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, byte[] buf, uint buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_Byte___System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.Byte%5B%5D%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L38">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_Byte___System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.Byte[],System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback,System.IntPtr)">InputText(String, Byte[], UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, byte[] buf, uint buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, IntPtr user_data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_data</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_IntPtr_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.IntPtr%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L358">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_IntPtr_System_UInt32_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.IntPtr,System.UInt32)">InputText(String, IntPtr, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, IntPtr buf, uint buf_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_IntPtr_System_UInt32_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.IntPtr%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L366">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_IntPtr_System_UInt32_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.IntPtr,System.UInt32,ImGuiNET.ImGuiInputTextFlags)">InputText(String, IntPtr, UInt32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, IntPtr buf, uint buf_size, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_IntPtr_System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.IntPtr%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L375">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_IntPtr_System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.IntPtr,System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback)">InputText(String, IntPtr, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, IntPtr buf, uint buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_IntPtr_System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.IntPtr%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L385">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_IntPtr_System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.IntPtr,System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback,System.IntPtr)">InputText(String, IntPtr, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, IntPtr buf, uint buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, IntPtr user_data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_data</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_String__System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.String%40%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L73">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_String__System_UInt32_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.String@,System.UInt32)">InputText(String, ref String, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, ref string input, uint maxLength)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.String%40%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L78">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.String@,System.UInt32,ImGuiNET.ImGuiInputTextFlags)">InputText(String, ref String, UInt32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, ref string input, uint maxLength, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.String%40%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L84">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.String@,System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback)">InputText(String, ref String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, ref string input, uint maxLength, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputText_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputText(System.String%2CSystem.String%40%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L91">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputText_" data-uid="ImGuiNET.ImGui.InputText*"></a>
<h4 id="ImGuiNET_ImGui_InputText_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputText(System.String,System.String@,System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback,System.IntPtr)">InputText(String, ref String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputText(string label, ref string input, uint maxLength, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, IntPtr user_data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_data</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextMultiline_System_String_System_String__System_UInt32_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextMultiline(System.String%2CSystem.String%40%2CSystem.UInt32%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L159">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextMultiline_" data-uid="ImGuiNET.ImGui.InputTextMultiline*"></a>
<h4 id="ImGuiNET_ImGui_InputTextMultiline_System_String_System_String__System_UInt32_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.InputTextMultiline(System.String,System.String@,System.UInt32,System.Numerics.Vector2)">InputTextMultiline(String, ref String, UInt32, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextMultiline(string label, ref string input, uint maxLength, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextMultiline_System_String_System_String__System_UInt32_System_Numerics_Vector2_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextMultiline(System.String%2CSystem.String%40%2CSystem.UInt32%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L165">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextMultiline_" data-uid="ImGuiNET.ImGui.InputTextMultiline*"></a>
<h4 id="ImGuiNET_ImGui_InputTextMultiline_System_String_System_String__System_UInt32_System_Numerics_Vector2_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputTextMultiline(System.String,System.String@,System.UInt32,System.Numerics.Vector2,ImGuiNET.ImGuiInputTextFlags)">InputTextMultiline(String, ref String, UInt32, Vector2, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextMultiline(string label, ref string input, uint maxLength, Vector2 size, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextMultiline_System_String_System_String__System_UInt32_System_Numerics_Vector2_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextMultiline(System.String%2CSystem.String%40%2CSystem.UInt32%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L172">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextMultiline_" data-uid="ImGuiNET.ImGui.InputTextMultiline*"></a>
<h4 id="ImGuiNET_ImGui_InputTextMultiline_System_String_System_String__System_UInt32_System_Numerics_Vector2_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_" data-uid="ImGuiNET.ImGui.InputTextMultiline(System.String,System.String@,System.UInt32,System.Numerics.Vector2,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback)">InputTextMultiline(String, ref String, UInt32, Vector2, ImGuiInputTextFlags, ImGuiInputTextCallback)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextMultiline(string label, ref string input, uint maxLength, Vector2 size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextMultiline_System_String_System_String__System_UInt32_System_Numerics_Vector2_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextMultiline(System.String%2CSystem.String%40%2CSystem.UInt32%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L180">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextMultiline_" data-uid="ImGuiNET.ImGui.InputTextMultiline*"></a>
<h4 id="ImGuiNET_ImGui_InputTextMultiline_System_String_System_String__System_UInt32_System_Numerics_Vector2_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputTextMultiline(System.String,System.String@,System.UInt32,System.Numerics.Vector2,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback,System.IntPtr)">InputTextMultiline(String, ref String, UInt32, Vector2, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextMultiline(string label, ref string input, uint maxLength, Vector2 size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, IntPtr user_data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_data</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextWithHint(System.String%2CSystem.String%2CSystem.String%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7683">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextWithHint_" data-uid="ImGuiNET.ImGui.InputTextWithHint*"></a>
<h4 id="ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String_System_UInt32_" data-uid="ImGuiNET.ImGui.InputTextWithHint(System.String,System.String,System.String,System.UInt32)">InputTextWithHint(String, String, String, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextWithHint(string label, string hint, string buf, uint buf_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">hint</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String_System_UInt32_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextWithHint(System.String%2CSystem.String%2CSystem.String%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7757">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextWithHint_" data-uid="ImGuiNET.ImGui.InputTextWithHint*"></a>
<h4 id="ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String_System_UInt32_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputTextWithHint(System.String,System.String,System.String,System.UInt32,ImGuiNET.ImGuiInputTextFlags)">InputTextWithHint(String, String, String, UInt32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextWithHint(string label, string hint, string buf, uint buf_size, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">hint</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String_System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextWithHint(System.String%2CSystem.String%2CSystem.String%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7830">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextWithHint_" data-uid="ImGuiNET.ImGui.InputTextWithHint*"></a>
<h4 id="ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String_System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_" data-uid="ImGuiNET.ImGui.InputTextWithHint(System.String,System.String,System.String,System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback)">InputTextWithHint(String, String, String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextWithHint(string label, string hint, string buf, uint buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">hint</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String_System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextWithHint(System.String%2CSystem.String%2CSystem.String%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7902">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextWithHint_" data-uid="ImGuiNET.ImGui.InputTextWithHint*"></a>
<h4 id="ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String_System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputTextWithHint(System.String,System.String,System.String,System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback,System.IntPtr)">InputTextWithHint(String, String, String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextWithHint(string label, string hint, string buf, uint buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, IntPtr user_data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">hint</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">buf</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">buf_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_data</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String__System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextWithHint(System.String%2CSystem.String%2CSystem.String%40%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L250">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextWithHint_" data-uid="ImGuiNET.ImGui.InputTextWithHint*"></a>
<h4 id="ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String__System_UInt32_" data-uid="ImGuiNET.ImGui.InputTextWithHint(System.String,System.String,System.String@,System.UInt32)">InputTextWithHint(String, String, ref String, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextWithHint(string label, string hint, ref string input, uint maxLength)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">hint</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextWithHint(System.String%2CSystem.String%2CSystem.String%40%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L256">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextWithHint_" data-uid="ImGuiNET.ImGui.InputTextWithHint*"></a>
<h4 id="ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_" data-uid="ImGuiNET.ImGui.InputTextWithHint(System.String,System.String,System.String@,System.UInt32,ImGuiNET.ImGuiInputTextFlags)">InputTextWithHint(String, String, ref String, UInt32, ImGuiInputTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextWithHint(string label, string hint, ref string input, uint maxLength, ImGuiInputTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">hint</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextWithHint(System.String%2CSystem.String%2CSystem.String%40%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L263">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextWithHint_" data-uid="ImGuiNET.ImGui.InputTextWithHint*"></a>
<h4 id="ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_" data-uid="ImGuiNET.ImGui.InputTextWithHint(System.String,System.String,System.String@,System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback)">InputTextWithHint(String, String, ref String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextWithHint(string label, string hint, ref string input, uint maxLength, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">hint</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InputTextWithHint(System.String%2CSystem.String%2CSystem.String%40%2CSystem.UInt32%2CImGuiNET.ImGuiInputTextFlags%2CImGuiNET.ImGuiInputTextCallback%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L271">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InputTextWithHint_" data-uid="ImGuiNET.ImGui.InputTextWithHint*"></a>
<h4 id="ImGuiNET_ImGui_InputTextWithHint_System_String_System_String_System_String__System_UInt32_ImGuiNET_ImGuiInputTextFlags_ImGuiNET_ImGuiInputTextCallback_System_IntPtr_" data-uid="ImGuiNET.ImGui.InputTextWithHint(System.String,System.String,System.String@,System.UInt32,ImGuiNET.ImGuiInputTextFlags,ImGuiNET.ImGuiInputTextCallback,System.IntPtr)">InputTextWithHint(String, String, ref String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InputTextWithHint(string label, string hint, ref string input, uint maxLength, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, IntPtr user_data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">hint</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">maxLength</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextFlags.html">ImGuiInputTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiInputTextCallback.html">ImGuiInputTextCallback</a></td>
<td><span class="parametername">callback</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_data</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_InvisibleButton_System_String_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.InvisibleButton(System.String%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L7974">View Source</a>
</span>
<a id="ImGuiNET_ImGui_InvisibleButton_" data-uid="ImGuiNET.ImGui.InvisibleButton*"></a>
<h4 id="ImGuiNET_ImGui_InvisibleButton_System_String_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.InvisibleButton(System.String,System.Numerics.Vector2)">InvisibleButton(String, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool InvisibleButton(string str_id, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsAnyItemActive.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsAnyItemActive%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8001">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsAnyItemActive_" data-uid="ImGuiNET.ImGui.IsAnyItemActive*"></a>
<h4 id="ImGuiNET_ImGui_IsAnyItemActive" data-uid="ImGuiNET.ImGui.IsAnyItemActive">IsAnyItemActive()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsAnyItemActive()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsAnyItemFocused.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsAnyItemFocused%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8006">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsAnyItemFocused_" data-uid="ImGuiNET.ImGui.IsAnyItemFocused*"></a>
<h4 id="ImGuiNET_ImGui_IsAnyItemFocused" data-uid="ImGuiNET.ImGui.IsAnyItemFocused">IsAnyItemFocused()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsAnyItemFocused()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsAnyItemHovered.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsAnyItemHovered%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8011">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsAnyItemHovered_" data-uid="ImGuiNET.ImGui.IsAnyItemHovered*"></a>
<h4 id="ImGuiNET_ImGui_IsAnyItemHovered" data-uid="ImGuiNET.ImGui.IsAnyItemHovered">IsAnyItemHovered()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsAnyItemHovered()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsAnyMouseDown.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsAnyMouseDown%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8016">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsAnyMouseDown_" data-uid="ImGuiNET.ImGui.IsAnyMouseDown*"></a>
<h4 id="ImGuiNET_ImGui_IsAnyMouseDown" data-uid="ImGuiNET.ImGui.IsAnyMouseDown">IsAnyMouseDown()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsAnyMouseDown()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemActivated.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemActivated%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8021">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemActivated_" data-uid="ImGuiNET.ImGui.IsItemActivated*"></a>
<h4 id="ImGuiNET_ImGui_IsItemActivated" data-uid="ImGuiNET.ImGui.IsItemActivated">IsItemActivated()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemActivated()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemActive.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemActive%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8026">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemActive_" data-uid="ImGuiNET.ImGui.IsItemActive*"></a>
<h4 id="ImGuiNET_ImGui_IsItemActive" data-uid="ImGuiNET.ImGui.IsItemActive">IsItemActive()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemActive()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemClicked.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemClicked%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8031">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemClicked_" data-uid="ImGuiNET.ImGui.IsItemClicked*"></a>
<h4 id="ImGuiNET_ImGui_IsItemClicked" data-uid="ImGuiNET.ImGui.IsItemClicked">IsItemClicked()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemClicked()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemClicked_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemClicked(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8037">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemClicked_" data-uid="ImGuiNET.ImGui.IsItemClicked*"></a>
<h4 id="ImGuiNET_ImGui_IsItemClicked_System_Int32_" data-uid="ImGuiNET.ImGui.IsItemClicked(System.Int32)">IsItemClicked(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemClicked(int mouse_button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">mouse_button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemDeactivated.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemDeactivated%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8042">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemDeactivated_" data-uid="ImGuiNET.ImGui.IsItemDeactivated*"></a>
<h4 id="ImGuiNET_ImGui_IsItemDeactivated" data-uid="ImGuiNET.ImGui.IsItemDeactivated">IsItemDeactivated()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemDeactivated()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemDeactivatedAfterEdit.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemDeactivatedAfterEdit%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8047">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemDeactivatedAfterEdit_" data-uid="ImGuiNET.ImGui.IsItemDeactivatedAfterEdit*"></a>
<h4 id="ImGuiNET_ImGui_IsItemDeactivatedAfterEdit" data-uid="ImGuiNET.ImGui.IsItemDeactivatedAfterEdit">IsItemDeactivatedAfterEdit()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemDeactivatedAfterEdit()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemEdited.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemEdited%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8052">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemEdited_" data-uid="ImGuiNET.ImGui.IsItemEdited*"></a>
<h4 id="ImGuiNET_ImGui_IsItemEdited" data-uid="ImGuiNET.ImGui.IsItemEdited">IsItemEdited()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemEdited()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemFocused.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemFocused%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8057">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemFocused_" data-uid="ImGuiNET.ImGui.IsItemFocused*"></a>
<h4 id="ImGuiNET_ImGui_IsItemFocused" data-uid="ImGuiNET.ImGui.IsItemFocused">IsItemFocused()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemFocused()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemHovered.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemHovered%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8062">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemHovered_" data-uid="ImGuiNET.ImGui.IsItemHovered*"></a>
<h4 id="ImGuiNET_ImGui_IsItemHovered" data-uid="ImGuiNET.ImGui.IsItemHovered">IsItemHovered()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemHovered()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemHovered_ImGuiNET_ImGuiHoveredFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemHovered(ImGuiNET.ImGuiHoveredFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8068">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemHovered_" data-uid="ImGuiNET.ImGui.IsItemHovered*"></a>
<h4 id="ImGuiNET_ImGui_IsItemHovered_ImGuiNET_ImGuiHoveredFlags_" data-uid="ImGuiNET.ImGui.IsItemHovered(ImGuiNET.ImGuiHoveredFlags)">IsItemHovered(ImGuiHoveredFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemHovered(ImGuiHoveredFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiHoveredFlags.html">ImGuiHoveredFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsItemVisible.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsItemVisible%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8073">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsItemVisible_" data-uid="ImGuiNET.ImGui.IsItemVisible*"></a>
<h4 id="ImGuiNET_ImGui_IsItemVisible" data-uid="ImGuiNET.ImGui.IsItemVisible">IsItemVisible()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsItemVisible()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsKeyDown_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsKeyDown(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8078">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsKeyDown_" data-uid="ImGuiNET.ImGui.IsKeyDown*"></a>
<h4 id="ImGuiNET_ImGui_IsKeyDown_System_Int32_" data-uid="ImGuiNET.ImGui.IsKeyDown(System.Int32)">IsKeyDown(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsKeyDown(int user_key_index)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">user_key_index</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsKeyPressed_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsKeyPressed(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8083">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsKeyPressed_" data-uid="ImGuiNET.ImGui.IsKeyPressed*"></a>
<h4 id="ImGuiNET_ImGui_IsKeyPressed_System_Int32_" data-uid="ImGuiNET.ImGui.IsKeyPressed(System.Int32)">IsKeyPressed(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsKeyPressed(int user_key_index)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">user_key_index</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsKeyPressed_System_Int32_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsKeyPressed(System.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8089">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsKeyPressed_" data-uid="ImGuiNET.ImGui.IsKeyPressed*"></a>
<h4 id="ImGuiNET_ImGui_IsKeyPressed_System_Int32_System_Boolean_" data-uid="ImGuiNET.ImGui.IsKeyPressed(System.Int32,System.Boolean)">IsKeyPressed(Int32, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsKeyPressed(int user_key_index, bool repeat)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">user_key_index</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">repeat</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsKeyReleased_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsKeyReleased(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8095">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsKeyReleased_" data-uid="ImGuiNET.ImGui.IsKeyReleased*"></a>
<h4 id="ImGuiNET_ImGui_IsKeyReleased_System_Int32_" data-uid="ImGuiNET.ImGui.IsKeyReleased(System.Int32)">IsKeyReleased(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsKeyReleased(int user_key_index)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">user_key_index</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseClicked_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseClicked(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8100">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseClicked_" data-uid="ImGuiNET.ImGui.IsMouseClicked*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseClicked_System_Int32_" data-uid="ImGuiNET.ImGui.IsMouseClicked(System.Int32)">IsMouseClicked(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseClicked(int button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseClicked_System_Int32_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseClicked(System.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8106">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseClicked_" data-uid="ImGuiNET.ImGui.IsMouseClicked*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseClicked_System_Int32_System_Boolean_" data-uid="ImGuiNET.ImGui.IsMouseClicked(System.Int32,System.Boolean)">IsMouseClicked(Int32, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseClicked(int button, bool repeat)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">repeat</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseDoubleClicked_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseDoubleClicked(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8112">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseDoubleClicked_" data-uid="ImGuiNET.ImGui.IsMouseDoubleClicked*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseDoubleClicked_System_Int32_" data-uid="ImGuiNET.ImGui.IsMouseDoubleClicked(System.Int32)">IsMouseDoubleClicked(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseDoubleClicked(int button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseDown_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseDown(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8117">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseDown_" data-uid="ImGuiNET.ImGui.IsMouseDown*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseDown_System_Int32_" data-uid="ImGuiNET.ImGui.IsMouseDown(System.Int32)">IsMouseDown(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseDown(int button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseDragging.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseDragging%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8122">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseDragging_" data-uid="ImGuiNET.ImGui.IsMouseDragging*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseDragging" data-uid="ImGuiNET.ImGui.IsMouseDragging">IsMouseDragging()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseDragging()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseDragging_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseDragging(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8129">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseDragging_" data-uid="ImGuiNET.ImGui.IsMouseDragging*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseDragging_System_Int32_" data-uid="ImGuiNET.ImGui.IsMouseDragging(System.Int32)">IsMouseDragging(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseDragging(int button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseDragging_System_Int32_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseDragging(System.Int32%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8135">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseDragging_" data-uid="ImGuiNET.ImGui.IsMouseDragging*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseDragging_System_Int32_System_Single_" data-uid="ImGuiNET.ImGui.IsMouseDragging(System.Int32,System.Single)">IsMouseDragging(Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseDragging(int button, float lock_threshold)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">lock_threshold</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseHoveringRect_System_Numerics_Vector2_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseHoveringRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8140">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseHoveringRect_" data-uid="ImGuiNET.ImGui.IsMouseHoveringRect*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseHoveringRect_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.IsMouseHoveringRect(System.Numerics.Vector2,System.Numerics.Vector2)">IsMouseHoveringRect(Vector2, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseHoveringRect(Vector2 r_min, Vector2 r_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">r_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">r_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseHoveringRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseHoveringRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8146">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseHoveringRect_" data-uid="ImGuiNET.ImGui.IsMouseHoveringRect*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseHoveringRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Boolean_" data-uid="ImGuiNET.ImGui.IsMouseHoveringRect(System.Numerics.Vector2,System.Numerics.Vector2,System.Boolean)">IsMouseHoveringRect(Vector2, Vector2, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseHoveringRect(Vector2 r_min, Vector2 r_max, bool clip)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">r_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">r_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">clip</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMousePosValid.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMousePosValid%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8152">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMousePosValid_" data-uid="ImGuiNET.ImGui.IsMousePosValid*"></a>
<h4 id="ImGuiNET_ImGui_IsMousePosValid" data-uid="ImGuiNET.ImGui.IsMousePosValid">IsMousePosValid()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMousePosValid()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMousePosValid_System_Numerics_Vector2__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMousePosValid(System.Numerics.Vector2%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8158">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMousePosValid_" data-uid="ImGuiNET.ImGui.IsMousePosValid*"></a>
<h4 id="ImGuiNET_ImGui_IsMousePosValid_System_Numerics_Vector2__" data-uid="ImGuiNET.ImGui.IsMousePosValid(System.Numerics.Vector2@)">IsMousePosValid(ref Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMousePosValid(ref Vector2 mouse_pos)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">mouse_pos</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsMouseReleased_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsMouseReleased(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8166">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsMouseReleased_" data-uid="ImGuiNET.ImGui.IsMouseReleased*"></a>
<h4 id="ImGuiNET_ImGui_IsMouseReleased_System_Int32_" data-uid="ImGuiNET.ImGui.IsMouseReleased(System.Int32)">IsMouseReleased(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMouseReleased(int button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsPopupOpen_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsPopupOpen(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8171">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsPopupOpen_" data-uid="ImGuiNET.ImGui.IsPopupOpen*"></a>
<h4 id="ImGuiNET_ImGui_IsPopupOpen_System_String_" data-uid="ImGuiNET.ImGui.IsPopupOpen(System.String)">IsPopupOpen(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsPopupOpen(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsRectVisible_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsRectVisible(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8198">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsRectVisible_" data-uid="ImGuiNET.ImGui.IsRectVisible*"></a>
<h4 id="ImGuiNET_ImGui_IsRectVisible_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.IsRectVisible(System.Numerics.Vector2)">IsRectVisible(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsRectVisible(Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsRectVisible_System_Numerics_Vector2_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsRectVisible(System.Numerics.Vector2%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8203">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsRectVisible_" data-uid="ImGuiNET.ImGui.IsRectVisible*"></a>
<h4 id="ImGuiNET_ImGui_IsRectVisible_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.IsRectVisible(System.Numerics.Vector2,System.Numerics.Vector2)">IsRectVisible(Vector2, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsRectVisible(Vector2 rect_min, Vector2 rect_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">rect_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">rect_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsWindowAppearing.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsWindowAppearing%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8208">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsWindowAppearing_" data-uid="ImGuiNET.ImGui.IsWindowAppearing*"></a>
<h4 id="ImGuiNET_ImGui_IsWindowAppearing" data-uid="ImGuiNET.ImGui.IsWindowAppearing">IsWindowAppearing()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsWindowAppearing()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsWindowCollapsed.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsWindowCollapsed%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8213">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsWindowCollapsed_" data-uid="ImGuiNET.ImGui.IsWindowCollapsed*"></a>
<h4 id="ImGuiNET_ImGui_IsWindowCollapsed" data-uid="ImGuiNET.ImGui.IsWindowCollapsed">IsWindowCollapsed()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsWindowCollapsed()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsWindowFocused.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsWindowFocused%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8218">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsWindowFocused_" data-uid="ImGuiNET.ImGui.IsWindowFocused*"></a>
<h4 id="ImGuiNET_ImGui_IsWindowFocused" data-uid="ImGuiNET.ImGui.IsWindowFocused">IsWindowFocused()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsWindowFocused()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsWindowFocused_ImGuiNET_ImGuiFocusedFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsWindowFocused(ImGuiNET.ImGuiFocusedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8224">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsWindowFocused_" data-uid="ImGuiNET.ImGui.IsWindowFocused*"></a>
<h4 id="ImGuiNET_ImGui_IsWindowFocused_ImGuiNET_ImGuiFocusedFlags_" data-uid="ImGuiNET.ImGui.IsWindowFocused(ImGuiNET.ImGuiFocusedFlags)">IsWindowFocused(ImGuiFocusedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsWindowFocused(ImGuiFocusedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiFocusedFlags.html">ImGuiFocusedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsWindowHovered.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsWindowHovered%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8229">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsWindowHovered_" data-uid="ImGuiNET.ImGui.IsWindowHovered*"></a>
<h4 id="ImGuiNET_ImGui_IsWindowHovered" data-uid="ImGuiNET.ImGui.IsWindowHovered">IsWindowHovered()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsWindowHovered()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_IsWindowHovered_ImGuiNET_ImGuiHoveredFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.IsWindowHovered(ImGuiNET.ImGuiHoveredFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8235">View Source</a>
</span>
<a id="ImGuiNET_ImGui_IsWindowHovered_" data-uid="ImGuiNET.ImGui.IsWindowHovered*"></a>
<h4 id="ImGuiNET_ImGui_IsWindowHovered_ImGuiNET_ImGuiHoveredFlags_" data-uid="ImGuiNET.ImGui.IsWindowHovered(ImGuiNET.ImGuiHoveredFlags)">IsWindowHovered(ImGuiHoveredFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsWindowHovered(ImGuiHoveredFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiHoveredFlags.html">ImGuiHoveredFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LabelText_System_String_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LabelText(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8240">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LabelText_" data-uid="ImGuiNET.ImGui.LabelText*"></a>
<h4 id="ImGuiNET_ImGui_LabelText_System_String_System_String_" data-uid="ImGuiNET.ImGui.LabelText(System.String,System.String)">LabelText(String, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LabelText(string label, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ListBox_System_String_System_Int32__System_String___System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ListBox(System.String%2CSystem.Int32%40%2CSystem.String%5B%5D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8288">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ListBox_" data-uid="ImGuiNET.ImGui.ListBox*"></a>
<h4 id="ImGuiNET_ImGui_ListBox_System_String_System_Int32__System_String___System_Int32_" data-uid="ImGuiNET.ImGui.ListBox(System.String,System.Int32@,System.String[],System.Int32)">ListBox(String, ref Int32, String[], Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ListBox(string label, ref int current_item, string[] items, int items_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">current_item</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">items</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">items_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ListBox_System_String_System_Int32__System_String___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ListBox(System.String%2CSystem.Int32%40%2CSystem.String%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8346">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ListBox_" data-uid="ImGuiNET.ImGui.ListBox*"></a>
<h4 id="ImGuiNET_ImGui_ListBox_System_String_System_Int32__System_String___System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.ListBox(System.String,System.Int32@,System.String[],System.Int32,System.Int32)">ListBox(String, ref Int32, String[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ListBox(string label, ref int current_item, string[] items, int items_count, int height_in_items)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">current_item</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">items</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">items_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">height_in_items</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ListBoxFooter.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ListBoxFooter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8403">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ListBoxFooter_" data-uid="ImGuiNET.ImGui.ListBoxFooter*"></a>
<h4 id="ImGuiNET_ImGui_ListBoxFooter" data-uid="ImGuiNET.ImGui.ListBoxFooter">ListBoxFooter()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ListBoxFooter()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ListBoxHeader_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ListBoxHeader(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8407">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ListBoxHeader_" data-uid="ImGuiNET.ImGui.ListBoxHeader*"></a>
<h4 id="ImGuiNET_ImGui_ListBoxHeader_System_String_" data-uid="ImGuiNET.ImGui.ListBoxHeader(System.String)">ListBoxHeader(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ListBoxHeader(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ListBoxHeader_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ListBoxHeader(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8462">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ListBoxHeader_" data-uid="ImGuiNET.ImGui.ListBoxHeader*"></a>
<h4 id="ImGuiNET_ImGui_ListBoxHeader_System_String_System_Int32_" data-uid="ImGuiNET.ImGui.ListBoxHeader(System.String,System.Int32)">ListBoxHeader(String, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ListBoxHeader(string label, int items_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">items_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ListBoxHeader_System_String_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ListBoxHeader(System.String%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8490">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ListBoxHeader_" data-uid="ImGuiNET.ImGui.ListBoxHeader*"></a>
<h4 id="ImGuiNET_ImGui_ListBoxHeader_System_String_System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.ListBoxHeader(System.String,System.Int32,System.Int32)">ListBoxHeader(String, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ListBoxHeader(string label, int items_count, int height_in_items)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">items_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">height_in_items</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ListBoxHeader_System_String_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ListBoxHeader(System.String%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8435">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ListBoxHeader_" data-uid="ImGuiNET.ImGui.ListBoxHeader*"></a>
<h4 id="ImGuiNET_ImGui_ListBoxHeader_System_String_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.ListBoxHeader(System.String,System.Numerics.Vector2)">ListBoxHeader(String, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ListBoxHeader(string label, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LoadIniSettingsFromDisk_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LoadIniSettingsFromDisk(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8517">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LoadIniSettingsFromDisk_" data-uid="ImGuiNET.ImGui.LoadIniSettingsFromDisk*"></a>
<h4 id="ImGuiNET_ImGui_LoadIniSettingsFromDisk_System_String_" data-uid="ImGuiNET.ImGui.LoadIniSettingsFromDisk(System.String)">LoadIniSettingsFromDisk(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LoadIniSettingsFromDisk(string ini_filename)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">ini_filename</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LoadIniSettingsFromMemory_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LoadIniSettingsFromMemory(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8543">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LoadIniSettingsFromMemory_" data-uid="ImGuiNET.ImGui.LoadIniSettingsFromMemory*"></a>
<h4 id="ImGuiNET_ImGui_LoadIniSettingsFromMemory_System_String_" data-uid="ImGuiNET.ImGui.LoadIniSettingsFromMemory(System.String)">LoadIniSettingsFromMemory(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LoadIniSettingsFromMemory(string ini_data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">ini_data</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LoadIniSettingsFromMemory_System_String_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LoadIniSettingsFromMemory(System.String%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8570">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LoadIniSettingsFromMemory_" data-uid="ImGuiNET.ImGui.LoadIniSettingsFromMemory*"></a>
<h4 id="ImGuiNET_ImGui_LoadIniSettingsFromMemory_System_String_System_UInt32_" data-uid="ImGuiNET.ImGui.LoadIniSettingsFromMemory(System.String,System.UInt32)">LoadIniSettingsFromMemory(String, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LoadIniSettingsFromMemory(string ini_data, uint ini_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">ini_data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ini_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogButtons.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogButtons%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8596">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogButtons_" data-uid="ImGuiNET.ImGui.LogButtons*"></a>
<h4 id="ImGuiNET_ImGui_LogButtons" data-uid="ImGuiNET.ImGui.LogButtons">LogButtons()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogButtons()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogFinish.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogFinish%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8600">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogFinish_" data-uid="ImGuiNET.ImGui.LogFinish*"></a>
<h4 id="ImGuiNET_ImGui_LogFinish" data-uid="ImGuiNET.ImGui.LogFinish">LogFinish()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogFinish()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogText_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogText(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8604">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogText_" data-uid="ImGuiNET.ImGui.LogText*"></a>
<h4 id="ImGuiNET_ImGui_LogText_System_String_" data-uid="ImGuiNET.ImGui.LogText(System.String)">LogText(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogText(string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogToClipboard.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogToClipboard%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8630">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogToClipboard_" data-uid="ImGuiNET.ImGui.LogToClipboard*"></a>
<h4 id="ImGuiNET_ImGui_LogToClipboard" data-uid="ImGuiNET.ImGui.LogToClipboard">LogToClipboard()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogToClipboard()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogToClipboard_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogToClipboard(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8635">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogToClipboard_" data-uid="ImGuiNET.ImGui.LogToClipboard*"></a>
<h4 id="ImGuiNET_ImGui_LogToClipboard_System_Int32_" data-uid="ImGuiNET.ImGui.LogToClipboard(System.Int32)">LogToClipboard(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogToClipboard(int auto_open_depth)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">auto_open_depth</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogToFile.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogToFile%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8639">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogToFile_" data-uid="ImGuiNET.ImGui.LogToFile*"></a>
<h4 id="ImGuiNET_ImGui_LogToFile" data-uid="ImGuiNET.ImGui.LogToFile">LogToFile()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogToFile()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogToFile_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogToFile(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8645">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogToFile_" data-uid="ImGuiNET.ImGui.LogToFile*"></a>
<h4 id="ImGuiNET_ImGui_LogToFile_System_Int32_" data-uid="ImGuiNET.ImGui.LogToFile(System.Int32)">LogToFile(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogToFile(int auto_open_depth)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">auto_open_depth</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogToFile_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogToFile(System.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8650">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogToFile_" data-uid="ImGuiNET.ImGui.LogToFile*"></a>
<h4 id="ImGuiNET_ImGui_LogToFile_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.LogToFile(System.Int32,System.String)">LogToFile(Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogToFile(int auto_open_depth, string filename)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">auto_open_depth</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">filename</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogToTTY.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogToTTY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8676">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogToTTY_" data-uid="ImGuiNET.ImGui.LogToTTY*"></a>
<h4 id="ImGuiNET_ImGui_LogToTTY" data-uid="ImGuiNET.ImGui.LogToTTY">LogToTTY()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogToTTY()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_LogToTTY_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.LogToTTY(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8681">View Source</a>
</span>
<a id="ImGuiNET_ImGui_LogToTTY_" data-uid="ImGuiNET.ImGui.LogToTTY*"></a>
<h4 id="ImGuiNET_ImGui_LogToTTY_System_Int32_" data-uid="ImGuiNET.ImGui.LogToTTY(System.Int32)">LogToTTY(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void LogToTTY(int auto_open_depth)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">auto_open_depth</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MemAlloc_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MemAlloc(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8685">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MemAlloc_" data-uid="ImGuiNET.ImGui.MemAlloc*"></a>
<h4 id="ImGuiNET_ImGui_MemAlloc_System_UInt32_" data-uid="ImGuiNET.ImGui.MemAlloc(System.UInt32)">MemAlloc(UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IntPtr MemAlloc(uint size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MemFree_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MemFree(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8690">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MemFree_" data-uid="ImGuiNET.ImGui.MemFree*"></a>
<h4 id="ImGuiNET_ImGui_MemFree_System_IntPtr_" data-uid="ImGuiNET.ImGui.MemFree(System.IntPtr)">MemFree(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void MemFree(IntPtr ptr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ptr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MenuItem_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MenuItem(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8695">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MenuItem_" data-uid="ImGuiNET.ImGui.MenuItem*"></a>
<h4 id="ImGuiNET_ImGui_MenuItem_System_String_" data-uid="ImGuiNET.ImGui.MenuItem(System.String)">MenuItem(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool MenuItem(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MenuItem_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MenuItem(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/ImGui.Manual.cs/#L442">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MenuItem_" data-uid="ImGuiNET.ImGui.MenuItem*"></a>
<h4 id="ImGuiNET_ImGui_MenuItem_System_String_System_Boolean_" data-uid="ImGuiNET.ImGui.MenuItem(System.String,System.Boolean)">MenuItem(String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool MenuItem(string label, bool enabled)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">enabled</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MenuItem_System_String_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MenuItem(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8725">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MenuItem_" data-uid="ImGuiNET.ImGui.MenuItem*"></a>
<h4 id="ImGuiNET_ImGui_MenuItem_System_String_System_String_" data-uid="ImGuiNET.ImGui.MenuItem(System.String,System.String)">MenuItem(String, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool MenuItem(string label, string shortcut)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">shortcut</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MenuItem_System_String_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MenuItem(System.String%2CSystem.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8776">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MenuItem_" data-uid="ImGuiNET.ImGui.MenuItem*"></a>
<h4 id="ImGuiNET_ImGui_MenuItem_System_String_System_String_System_Boolean_" data-uid="ImGuiNET.ImGui.MenuItem(System.String,System.String,System.Boolean)">MenuItem(String, String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool MenuItem(string label, string shortcut, bool selected)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">shortcut</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">selected</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MenuItem_System_String_System_String_System_Boolean_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MenuItem(System.String%2CSystem.String%2CSystem.Boolean%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8827">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MenuItem_" data-uid="ImGuiNET.ImGui.MenuItem*"></a>
<h4 id="ImGuiNET_ImGui_MenuItem_System_String_System_String_System_Boolean_System_Boolean_" data-uid="ImGuiNET.ImGui.MenuItem(System.String,System.String,System.Boolean,System.Boolean)">MenuItem(String, String, Boolean, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool MenuItem(string label, string shortcut, bool selected, bool enabled)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">shortcut</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">selected</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">enabled</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MenuItem_System_String_System_String_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MenuItem(System.String%2CSystem.String%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8878">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MenuItem_" data-uid="ImGuiNET.ImGui.MenuItem*"></a>
<h4 id="ImGuiNET_ImGui_MenuItem_System_String_System_String_System_Boolean__" data-uid="ImGuiNET.ImGui.MenuItem(System.String,System.String,System.Boolean@)">MenuItem(String, String, ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool MenuItem(string label, string shortcut, ref bool p_selected)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">shortcut</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_selected</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_MenuItem_System_String_System_String_System_Boolean__System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.MenuItem(System.String%2CSystem.String%2CSystem.Boolean%40%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8931">View Source</a>
</span>
<a id="ImGuiNET_ImGui_MenuItem_" data-uid="ImGuiNET.ImGui.MenuItem*"></a>
<h4 id="ImGuiNET_ImGui_MenuItem_System_String_System_String_System_Boolean__System_Boolean_" data-uid="ImGuiNET.ImGui.MenuItem(System.String,System.String,System.Boolean@,System.Boolean)">MenuItem(String, String, ref Boolean, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool MenuItem(string label, string shortcut, ref bool p_selected, bool enabled)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">shortcut</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_selected</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">enabled</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.NewFrame%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8984">View Source</a>
</span>
<a id="ImGuiNET_ImGui_NewFrame_" data-uid="ImGuiNET.ImGui.NewFrame*"></a>
<h4 id="ImGuiNET_ImGui_NewFrame" data-uid="ImGuiNET.ImGui.NewFrame">NewFrame()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void NewFrame()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_NewLine.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.NewLine%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8988">View Source</a>
</span>
<a id="ImGuiNET_ImGui_NewLine_" data-uid="ImGuiNET.ImGui.NewLine*"></a>
<h4 id="ImGuiNET_ImGui_NewLine" data-uid="ImGuiNET.ImGui.NewLine">NewLine()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void NewLine()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_NextColumn.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.NextColumn%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8992">View Source</a>
</span>
<a id="ImGuiNET_ImGui_NextColumn_" data-uid="ImGuiNET.ImGui.NextColumn*"></a>
<h4 id="ImGuiNET_ImGui_NextColumn" data-uid="ImGuiNET.ImGui.NextColumn">NextColumn()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void NextColumn()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_OpenPopup_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.OpenPopup(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8996">View Source</a>
</span>
<a id="ImGuiNET_ImGui_OpenPopup_" data-uid="ImGuiNET.ImGui.OpenPopup*"></a>
<h4 id="ImGuiNET_ImGui_OpenPopup_System_String_" data-uid="ImGuiNET.ImGui.OpenPopup(System.String)">OpenPopup(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void OpenPopup(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_OpenPopupOnItemClick.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.OpenPopupOnItemClick%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9022">View Source</a>
</span>
<a id="ImGuiNET_ImGui_OpenPopupOnItemClick_" data-uid="ImGuiNET.ImGui.OpenPopupOnItemClick*"></a>
<h4 id="ImGuiNET_ImGui_OpenPopupOnItemClick" data-uid="ImGuiNET.ImGui.OpenPopupOnItemClick">OpenPopupOnItemClick()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool OpenPopupOnItemClick()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_OpenPopupOnItemClick_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.OpenPopupOnItemClick(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9029">View Source</a>
</span>
<a id="ImGuiNET_ImGui_OpenPopupOnItemClick_" data-uid="ImGuiNET.ImGui.OpenPopupOnItemClick*"></a>
<h4 id="ImGuiNET_ImGui_OpenPopupOnItemClick_System_String_" data-uid="ImGuiNET.ImGui.OpenPopupOnItemClick(System.String)">OpenPopupOnItemClick(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool OpenPopupOnItemClick(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_OpenPopupOnItemClick_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.OpenPopupOnItemClick(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9057">View Source</a>
</span>
<a id="ImGuiNET_ImGui_OpenPopupOnItemClick_" data-uid="ImGuiNET.ImGui.OpenPopupOnItemClick*"></a>
<h4 id="ImGuiNET_ImGui_OpenPopupOnItemClick_System_String_System_Int32_" data-uid="ImGuiNET.ImGui.OpenPopupOnItemClick(System.String,System.Int32)">OpenPopupOnItemClick(String, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool OpenPopupOnItemClick(string str_id, int mouse_button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">mouse_button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9084">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotHistogram_" data-uid="ImGuiNET.ImGui.PlotHistogram*"></a>
<h4 id="ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_" data-uid="ImGuiNET.ImGui.PlotHistogram(System.String,System.Single@,System.Int32)">PlotHistogram(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHistogram(string label, ref float values, int values_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9119">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotHistogram_" data-uid="ImGuiNET.ImGui.PlotHistogram*"></a>
<h4 id="ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32)">PlotHistogram(String, ref Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHistogram(string label, ref float values, int values_count, int values_offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9153">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotHistogram_" data-uid="ImGuiNET.ImGui.PlotHistogram*"></a>
<h4 id="ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32,System.String)">PlotHistogram(String, ref Single, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHistogram(string label, ref float values, int values_count, int values_offset, string overlay_text)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9208">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotHistogram_" data-uid="ImGuiNET.ImGui.PlotHistogram*"></a>
<h4 id="ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_" data-uid="ImGuiNET.ImGui.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32,System.String,System.Single)">PlotHistogram(String, ref Single, Int32, Int32, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHistogram(string label, ref float values, int values_count, int values_offset, string overlay_text, float scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9262">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotHistogram_" data-uid="ImGuiNET.ImGui.PlotHistogram*"></a>
<h4 id="ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32,System.String,System.Single,System.Single)">PlotHistogram(String, ref Single, Int32, Int32, String, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHistogram(string label, ref float values, int values_count, int values_offset, string overlay_text, float scale_min, float scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Single%2CSystem.Single%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9315">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotHistogram_" data-uid="ImGuiNET.ImGui.PlotHistogram*"></a>
<h4 id="ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32,System.String,System.Single,System.Single,System.Numerics.Vector2)">PlotHistogram(String, ref Single, Int32, Int32, String, Single, Single, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHistogram(string label, ref float values, int values_count, int values_offset, string overlay_text, float scale_min, float scale_max, Vector2 graph_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">graph_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_System_Numerics_Vector2_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Single%2CSystem.Single%2CSystem.Numerics.Vector2%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9367">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotHistogram_" data-uid="ImGuiNET.ImGui.PlotHistogram*"></a>
<h4 id="ImGuiNET_ImGui_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_System_Numerics_Vector2_System_Int32_" data-uid="ImGuiNET.ImGui.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32,System.String,System.Single,System.Single,System.Numerics.Vector2,System.Int32)">PlotHistogram(String, ref Single, Int32, Int32, String, Single, Single, Vector2, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHistogram(string label, ref float values, int values_count, int values_offset, string overlay_text, float scale_min, float scale_max, Vector2 graph_size, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">graph_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotLines(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9418">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotLines_" data-uid="ImGuiNET.ImGui.PlotLines*"></a>
<h4 id="ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_" data-uid="ImGuiNET.ImGui.PlotLines(System.String,System.Single@,System.Int32)">PlotLines(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLines(string label, ref float values, int values_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9453">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotLines_" data-uid="ImGuiNET.ImGui.PlotLines*"></a>
<h4 id="ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.PlotLines(System.String,System.Single@,System.Int32,System.Int32)">PlotLines(String, ref Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLines(string label, ref float values, int values_count, int values_offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9487">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotLines_" data-uid="ImGuiNET.ImGui.PlotLines*"></a>
<h4 id="ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.PlotLines(System.String,System.Single@,System.Int32,System.Int32,System.String)">PlotLines(String, ref Single, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLines(string label, ref float values, int values_count, int values_offset, string overlay_text)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9542">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotLines_" data-uid="ImGuiNET.ImGui.PlotLines*"></a>
<h4 id="ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_" data-uid="ImGuiNET.ImGui.PlotLines(System.String,System.Single@,System.Int32,System.Int32,System.String,System.Single)">PlotLines(String, ref Single, Int32, Int32, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLines(string label, ref float values, int values_count, int values_offset, string overlay_text, float scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9596">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotLines_" data-uid="ImGuiNET.ImGui.PlotLines*"></a>
<h4 id="ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.PlotLines(System.String,System.Single@,System.Int32,System.Int32,System.String,System.Single,System.Single)">PlotLines(String, ref Single, Int32, Int32, String, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLines(string label, ref float values, int values_count, int values_offset, string overlay_text, float scale_min, float scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Single%2CSystem.Single%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9649">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotLines_" data-uid="ImGuiNET.ImGui.PlotLines*"></a>
<h4 id="ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.PlotLines(System.String,System.Single@,System.Int32,System.Int32,System.String,System.Single,System.Single,System.Numerics.Vector2)">PlotLines(String, ref Single, Int32, Int32, String, Single, Single, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLines(string label, ref float values, int values_count, int values_offset, string overlay_text, float scale_min, float scale_max, Vector2 graph_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">graph_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_System_Numerics_Vector2_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PlotLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Single%2CSystem.Single%2CSystem.Numerics.Vector2%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9701">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PlotLines_" data-uid="ImGuiNET.ImGui.PlotLines*"></a>
<h4 id="ImGuiNET_ImGui_PlotLines_System_String_System_Single__System_Int32_System_Int32_System_String_System_Single_System_Single_System_Numerics_Vector2_System_Int32_" data-uid="ImGuiNET.ImGui.PlotLines(System.String,System.Single@,System.Int32,System.Int32,System.String,System.Single,System.Single,System.Numerics.Vector2,System.Int32)">PlotLines(String, ref Single, Int32, Int32, String, Single, Single, Vector2, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLines(string label, ref float values, int values_count, int values_offset, string overlay_text, float scale_min, float scale_max, Vector2 graph_size, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay_text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">graph_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopAllowKeyboardFocus.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopAllowKeyboardFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9752">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopAllowKeyboardFocus_" data-uid="ImGuiNET.ImGui.PopAllowKeyboardFocus*"></a>
<h4 id="ImGuiNET_ImGui_PopAllowKeyboardFocus" data-uid="ImGuiNET.ImGui.PopAllowKeyboardFocus">PopAllowKeyboardFocus()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopAllowKeyboardFocus()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopButtonRepeat.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopButtonRepeat%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9756">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopButtonRepeat_" data-uid="ImGuiNET.ImGui.PopButtonRepeat*"></a>
<h4 id="ImGuiNET_ImGui_PopButtonRepeat" data-uid="ImGuiNET.ImGui.PopButtonRepeat">PopButtonRepeat()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopButtonRepeat()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopClipRect.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopClipRect%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9760">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopClipRect_" data-uid="ImGuiNET.ImGui.PopClipRect*"></a>
<h4 id="ImGuiNET_ImGui_PopClipRect" data-uid="ImGuiNET.ImGui.PopClipRect">PopClipRect()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopClipRect()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopFont.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopFont%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9764">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopFont_" data-uid="ImGuiNET.ImGui.PopFont*"></a>
<h4 id="ImGuiNET_ImGui_PopFont" data-uid="ImGuiNET.ImGui.PopFont">PopFont()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopFont()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopID.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopID%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9768">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopID_" data-uid="ImGuiNET.ImGui.PopID*"></a>
<h4 id="ImGuiNET_ImGui_PopID" data-uid="ImGuiNET.ImGui.PopID">PopID()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopID()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopItemWidth.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopItemWidth%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9772">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopItemWidth_" data-uid="ImGuiNET.ImGui.PopItemWidth*"></a>
<h4 id="ImGuiNET_ImGui_PopItemWidth" data-uid="ImGuiNET.ImGui.PopItemWidth">PopItemWidth()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopItemWidth()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopStyleColor.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopStyleColor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9776">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopStyleColor_" data-uid="ImGuiNET.ImGui.PopStyleColor*"></a>
<h4 id="ImGuiNET_ImGui_PopStyleColor" data-uid="ImGuiNET.ImGui.PopStyleColor">PopStyleColor()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopStyleColor()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopStyleColor_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopStyleColor(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9781">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopStyleColor_" data-uid="ImGuiNET.ImGui.PopStyleColor*"></a>
<h4 id="ImGuiNET_ImGui_PopStyleColor_System_Int32_" data-uid="ImGuiNET.ImGui.PopStyleColor(System.Int32)">PopStyleColor(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopStyleColor(int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopStyleVar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopStyleVar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9785">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopStyleVar_" data-uid="ImGuiNET.ImGui.PopStyleVar*"></a>
<h4 id="ImGuiNET_ImGui_PopStyleVar" data-uid="ImGuiNET.ImGui.PopStyleVar">PopStyleVar()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopStyleVar()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopStyleVar_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopStyleVar(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9790">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopStyleVar_" data-uid="ImGuiNET.ImGui.PopStyleVar*"></a>
<h4 id="ImGuiNET_ImGui_PopStyleVar_System_Int32_" data-uid="ImGuiNET.ImGui.PopStyleVar(System.Int32)">PopStyleVar(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopStyleVar(int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PopTextWrapPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PopTextWrapPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9794">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PopTextWrapPos_" data-uid="ImGuiNET.ImGui.PopTextWrapPos*"></a>
<h4 id="ImGuiNET_ImGui_PopTextWrapPos" data-uid="ImGuiNET.ImGui.PopTextWrapPos">PopTextWrapPos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopTextWrapPos()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ProgressBar_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ProgressBar(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9798">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ProgressBar_" data-uid="ImGuiNET.ImGui.ProgressBar*"></a>
<h4 id="ImGuiNET_ImGui_ProgressBar_System_Single_" data-uid="ImGuiNET.ImGui.ProgressBar(System.Single)">ProgressBar(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ProgressBar(float fraction)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">fraction</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ProgressBar_System_Single_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ProgressBar(System.Single%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9804">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ProgressBar_" data-uid="ImGuiNET.ImGui.ProgressBar*"></a>
<h4 id="ImGuiNET_ImGui_ProgressBar_System_Single_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.ProgressBar(System.Single,System.Numerics.Vector2)">ProgressBar(Single, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ProgressBar(float fraction, Vector2 size_arg)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">fraction</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size_arg</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ProgressBar_System_Single_System_Numerics_Vector2_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ProgressBar(System.Single%2CSystem.Numerics.Vector2%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9809">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ProgressBar_" data-uid="ImGuiNET.ImGui.ProgressBar*"></a>
<h4 id="ImGuiNET_ImGui_ProgressBar_System_Single_System_Numerics_Vector2_System_String_" data-uid="ImGuiNET.ImGui.ProgressBar(System.Single,System.Numerics.Vector2,System.String)">ProgressBar(Single, Vector2, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ProgressBar(float fraction, Vector2 size_arg, string overlay)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">fraction</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size_arg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">overlay</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushAllowKeyboardFocus_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushAllowKeyboardFocus(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9835">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushAllowKeyboardFocus_" data-uid="ImGuiNET.ImGui.PushAllowKeyboardFocus*"></a>
<h4 id="ImGuiNET_ImGui_PushAllowKeyboardFocus_System_Boolean_" data-uid="ImGuiNET.ImGui.PushAllowKeyboardFocus(System.Boolean)">PushAllowKeyboardFocus(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushAllowKeyboardFocus(bool allow_keyboard_focus)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">allow_keyboard_focus</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushButtonRepeat_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushButtonRepeat(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9840">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushButtonRepeat_" data-uid="ImGuiNET.ImGui.PushButtonRepeat*"></a>
<h4 id="ImGuiNET_ImGui_PushButtonRepeat_System_Boolean_" data-uid="ImGuiNET.ImGui.PushButtonRepeat(System.Boolean)">PushButtonRepeat(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushButtonRepeat(bool repeat)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">repeat</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushClipRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushClipRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9845">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushClipRect_" data-uid="ImGuiNET.ImGui.PushClipRect*"></a>
<h4 id="ImGuiNET_ImGui_PushClipRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Boolean_" data-uid="ImGuiNET.ImGui.PushClipRect(System.Numerics.Vector2,System.Numerics.Vector2,System.Boolean)">PushClipRect(Vector2, Vector2, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushClipRect(Vector2 clip_rect_min, Vector2 clip_rect_max, bool intersect_with_current_clip_rect)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">clip_rect_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">clip_rect_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">intersect_with_current_clip_rect</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushFont_ImGuiNET_ImFontPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushFont(ImGuiNET.ImFontPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9850">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushFont_" data-uid="ImGuiNET.ImGui.PushFont*"></a>
<h4 id="ImGuiNET_ImGui_PushFont_ImGuiNET_ImFontPtr_" data-uid="ImGuiNET.ImGui.PushFont(ImGuiNET.ImFontPtr)">PushFont(ImFontPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushFont(ImFontPtr font)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontPtr.html">ImFontPtr</a></td>
<td><span class="parametername">font</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushID_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushID(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9886">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushID_" data-uid="ImGuiNET.ImGui.PushID*"></a>
<h4 id="ImGuiNET_ImGui_PushID_System_Int32_" data-uid="ImGuiNET.ImGui.PushID(System.Int32)">PushID(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushID(int int_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">int_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushID_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushID(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9881">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushID_" data-uid="ImGuiNET.ImGui.PushID*"></a>
<h4 id="ImGuiNET_ImGui_PushID_System_IntPtr_" data-uid="ImGuiNET.ImGui.PushID(System.IntPtr)">PushID(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushID(IntPtr ptr_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ptr_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushID_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushID(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9855">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushID_" data-uid="ImGuiNET.ImGui.PushID*"></a>
<h4 id="ImGuiNET_ImGui_PushID_System_String_" data-uid="ImGuiNET.ImGui.PushID(System.String)">PushID(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushID(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushItemWidth_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushItemWidth(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9890">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushItemWidth_" data-uid="ImGuiNET.ImGui.PushItemWidth*"></a>
<h4 id="ImGuiNET_ImGui_PushItemWidth_System_Single_" data-uid="ImGuiNET.ImGui.PushItemWidth(System.Single)">PushItemWidth(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushItemWidth(float item_width)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">item_width</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushStyleColor_ImGuiNET_ImGuiCol_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushStyleColor(ImGuiNET.ImGuiCol%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9898">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushStyleColor_" data-uid="ImGuiNET.ImGui.PushStyleColor*"></a>
<h4 id="ImGuiNET_ImGui_PushStyleColor_ImGuiNET_ImGuiCol_System_Numerics_Vector4_" data-uid="ImGuiNET.ImGui.PushStyleColor(ImGuiNET.ImGuiCol,System.Numerics.Vector4)">PushStyleColor(ImGuiCol, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleColor(ImGuiCol idx, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCol.html">ImGuiCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushStyleColor_ImGuiNET_ImGuiCol_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushStyleColor(ImGuiNET.ImGuiCol%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9894">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushStyleColor_" data-uid="ImGuiNET.ImGui.PushStyleColor*"></a>
<h4 id="ImGuiNET_ImGui_PushStyleColor_ImGuiNET_ImGuiCol_System_UInt32_" data-uid="ImGuiNET.ImGui.PushStyleColor(ImGuiNET.ImGuiCol,System.UInt32)">PushStyleColor(ImGuiCol, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleColor(ImGuiCol idx, uint col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCol.html">ImGuiCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushStyleVar_ImGuiNET_ImGuiStyleVar_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushStyleVar(ImGuiNET.ImGuiStyleVar%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9906">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushStyleVar_" data-uid="ImGuiNET.ImGui.PushStyleVar*"></a>
<h4 id="ImGuiNET_ImGui_PushStyleVar_ImGuiNET_ImGuiStyleVar_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.PushStyleVar(ImGuiNET.ImGuiStyleVar,System.Numerics.Vector2)">PushStyleVar(ImGuiStyleVar, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleVar(ImGuiStyleVar idx, Vector2 val)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStyleVar.html">ImGuiStyleVar</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">val</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushStyleVar_ImGuiNET_ImGuiStyleVar_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushStyleVar(ImGuiNET.ImGuiStyleVar%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9902">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushStyleVar_" data-uid="ImGuiNET.ImGui.PushStyleVar*"></a>
<h4 id="ImGuiNET_ImGui_PushStyleVar_ImGuiNET_ImGuiStyleVar_System_Single_" data-uid="ImGuiNET.ImGui.PushStyleVar(ImGuiNET.ImGuiStyleVar,System.Single)">PushStyleVar(ImGuiStyleVar, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleVar(ImGuiStyleVar idx, float val)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStyleVar.html">ImGuiStyleVar</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">val</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushTextWrapPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushTextWrapPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9910">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushTextWrapPos_" data-uid="ImGuiNET.ImGui.PushTextWrapPos*"></a>
<h4 id="ImGuiNET_ImGui_PushTextWrapPos" data-uid="ImGuiNET.ImGui.PushTextWrapPos">PushTextWrapPos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushTextWrapPos()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_PushTextWrapPos_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.PushTextWrapPos(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9915">View Source</a>
</span>
<a id="ImGuiNET_ImGui_PushTextWrapPos_" data-uid="ImGuiNET.ImGui.PushTextWrapPos*"></a>
<h4 id="ImGuiNET_ImGui_PushTextWrapPos_System_Single_" data-uid="ImGuiNET.ImGui.PushTextWrapPos(System.Single)">PushTextWrapPos(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushTextWrapPos(float wrap_local_pos_x)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">wrap_local_pos_x</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_RadioButton_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.RadioButton(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9919">View Source</a>
</span>
<a id="ImGuiNET_ImGui_RadioButton_" data-uid="ImGuiNET.ImGui.RadioButton*"></a>
<h4 id="ImGuiNET_ImGui_RadioButton_System_String_System_Boolean_" data-uid="ImGuiNET.ImGui.RadioButton(System.String,System.Boolean)">RadioButton(String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool RadioButton(string label, bool active)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">active</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_RadioButton_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.RadioButton(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9947">View Source</a>
</span>
<a id="ImGuiNET_ImGui_RadioButton_" data-uid="ImGuiNET.ImGui.RadioButton*"></a>
<h4 id="ImGuiNET_ImGui_RadioButton_System_String_System_Int32__System_Int32_" data-uid="ImGuiNET.ImGui.RadioButton(System.String,System.Int32@,System.Int32)">RadioButton(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool RadioButton(string label, ref int v, int v_button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Render.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Render%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9977">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Render_" data-uid="ImGuiNET.ImGui.Render*"></a>
<h4 id="ImGuiNET_ImGui_Render" data-uid="ImGuiNET.ImGui.Render">Render()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Render()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ResetMouseDragDelta.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ResetMouseDragDelta%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9981">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ResetMouseDragDelta_" data-uid="ImGuiNET.ImGui.ResetMouseDragDelta*"></a>
<h4 id="ImGuiNET_ImGui_ResetMouseDragDelta" data-uid="ImGuiNET.ImGui.ResetMouseDragDelta">ResetMouseDragDelta()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ResetMouseDragDelta()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ResetMouseDragDelta_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ResetMouseDragDelta(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9986">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ResetMouseDragDelta_" data-uid="ImGuiNET.ImGui.ResetMouseDragDelta*"></a>
<h4 id="ImGuiNET_ImGui_ResetMouseDragDelta_System_Int32_" data-uid="ImGuiNET.ImGui.ResetMouseDragDelta(System.Int32)">ResetMouseDragDelta(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ResetMouseDragDelta(int button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">button</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SameLine.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SameLine%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9990">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SameLine_" data-uid="ImGuiNET.ImGui.SameLine*"></a>
<h4 id="ImGuiNET_ImGui_SameLine" data-uid="ImGuiNET.ImGui.SameLine">SameLine()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SameLine()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SameLine_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SameLine(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L9996">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SameLine_" data-uid="ImGuiNET.ImGui.SameLine*"></a>
<h4 id="ImGuiNET_ImGui_SameLine_System_Single_" data-uid="ImGuiNET.ImGui.SameLine(System.Single)">SameLine(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SameLine(float offset_from_start_x)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">offset_from_start_x</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SameLine_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SameLine(System.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10001">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SameLine_" data-uid="ImGuiNET.ImGui.SameLine*"></a>
<h4 id="ImGuiNET_ImGui_SameLine_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.SameLine(System.Single,System.Single)">SameLine(Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SameLine(float offset_from_start_x, float spacing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">offset_from_start_x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">spacing</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SaveIniSettingsToDisk_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SaveIniSettingsToDisk(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10005">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SaveIniSettingsToDisk_" data-uid="ImGuiNET.ImGui.SaveIniSettingsToDisk*"></a>
<h4 id="ImGuiNET_ImGui_SaveIniSettingsToDisk_System_String_" data-uid="ImGuiNET.ImGui.SaveIniSettingsToDisk(System.String)">SaveIniSettingsToDisk(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SaveIniSettingsToDisk(string ini_filename)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">ini_filename</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SaveIniSettingsToMemory.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SaveIniSettingsToMemory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10031">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SaveIniSettingsToMemory_" data-uid="ImGuiNET.ImGui.SaveIniSettingsToMemory*"></a>
<h4 id="ImGuiNET_ImGui_SaveIniSettingsToMemory" data-uid="ImGuiNET.ImGui.SaveIniSettingsToMemory">SaveIniSettingsToMemory()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string SaveIniSettingsToMemory()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SaveIniSettingsToMemory_System_UInt32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SaveIniSettingsToMemory(System.UInt32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10037">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SaveIniSettingsToMemory_" data-uid="ImGuiNET.ImGui.SaveIniSettingsToMemory*"></a>
<h4 id="ImGuiNET_ImGui_SaveIniSettingsToMemory_System_UInt32__" data-uid="ImGuiNET.ImGui.SaveIniSettingsToMemory(System.UInt32@)">SaveIniSettingsToMemory(out UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string SaveIniSettingsToMemory(out uint out_ini_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">out_ini_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Selectable_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Selectable(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10045">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Selectable_" data-uid="ImGuiNET.ImGui.Selectable*"></a>
<h4 id="ImGuiNET_ImGui_Selectable_System_String_" data-uid="ImGuiNET.ImGui.Selectable(System.String)">Selectable(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Selectable(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Selectable_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Selectable(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10075">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Selectable_" data-uid="ImGuiNET.ImGui.Selectable*"></a>
<h4 id="ImGuiNET_ImGui_Selectable_System_String_System_Boolean_" data-uid="ImGuiNET.ImGui.Selectable(System.String,System.Boolean)">Selectable(String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Selectable(string label, bool selected)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">selected</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Selectable_System_String_System_Boolean_ImGuiNET_ImGuiSelectableFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Selectable(System.String%2CSystem.Boolean%2CImGuiNET.ImGuiSelectableFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10105">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Selectable_" data-uid="ImGuiNET.ImGui.Selectable*"></a>
<h4 id="ImGuiNET_ImGui_Selectable_System_String_System_Boolean_ImGuiNET_ImGuiSelectableFlags_" data-uid="ImGuiNET.ImGui.Selectable(System.String,System.Boolean,ImGuiNET.ImGuiSelectableFlags)">Selectable(String, Boolean, ImGuiSelectableFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Selectable(string label, bool selected, ImGuiSelectableFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">selected</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiSelectableFlags.html">ImGuiSelectableFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Selectable_System_String_System_Boolean_ImGuiNET_ImGuiSelectableFlags_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Selectable(System.String%2CSystem.Boolean%2CImGuiNET.ImGuiSelectableFlags%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10134">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Selectable_" data-uid="ImGuiNET.ImGui.Selectable*"></a>
<h4 id="ImGuiNET_ImGui_Selectable_System_String_System_Boolean_ImGuiNET_ImGuiSelectableFlags_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.Selectable(System.String,System.Boolean,ImGuiNET.ImGuiSelectableFlags,System.Numerics.Vector2)">Selectable(String, Boolean, ImGuiSelectableFlags, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Selectable(string label, bool selected, ImGuiSelectableFlags flags, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">selected</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiSelectableFlags.html">ImGuiSelectableFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Selectable_System_String_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Selectable(System.String%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10162">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Selectable_" data-uid="ImGuiNET.ImGui.Selectable*"></a>
<h4 id="ImGuiNET_ImGui_Selectable_System_String_System_Boolean__" data-uid="ImGuiNET.ImGui.Selectable(System.String,System.Boolean@)">Selectable(String, ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Selectable(string label, ref bool p_selected)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_selected</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Selectable_System_String_System_Boolean__ImGuiNET_ImGuiSelectableFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Selectable(System.String%2CSystem.Boolean%40%2CImGuiNET.ImGuiSelectableFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10194">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Selectable_" data-uid="ImGuiNET.ImGui.Selectable*"></a>
<h4 id="ImGuiNET_ImGui_Selectable_System_String_System_Boolean__ImGuiNET_ImGuiSelectableFlags_" data-uid="ImGuiNET.ImGui.Selectable(System.String,System.Boolean@,ImGuiNET.ImGuiSelectableFlags)">Selectable(String, ref Boolean, ImGuiSelectableFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Selectable(string label, ref bool p_selected, ImGuiSelectableFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_selected</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiSelectableFlags.html">ImGuiSelectableFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Selectable_System_String_System_Boolean__ImGuiNET_ImGuiSelectableFlags_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Selectable(System.String%2CSystem.Boolean%40%2CImGuiNET.ImGuiSelectableFlags%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10225">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Selectable_" data-uid="ImGuiNET.ImGui.Selectable*"></a>
<h4 id="ImGuiNET_ImGui_Selectable_System_String_System_Boolean__ImGuiNET_ImGuiSelectableFlags_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.Selectable(System.String,System.Boolean@,ImGuiNET.ImGuiSelectableFlags,System.Numerics.Vector2)">Selectable(String, ref Boolean, ImGuiSelectableFlags, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool Selectable(string label, ref bool p_selected, ImGuiSelectableFlags flags, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_selected</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiSelectableFlags.html">ImGuiSelectableFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Separator.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Separator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10255">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Separator_" data-uid="ImGuiNET.ImGui.Separator*"></a>
<h4 id="ImGuiNET_ImGui_Separator" data-uid="ImGuiNET.ImGui.Separator">Separator()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Separator()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetClipboardText_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetClipboardText(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10259">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetClipboardText_" data-uid="ImGuiNET.ImGui.SetClipboardText*"></a>
<h4 id="ImGuiNET_ImGui_SetClipboardText_System_String_" data-uid="ImGuiNET.ImGui.SetClipboardText(System.String)">SetClipboardText(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetClipboardText(string text)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">text</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetColorEditOptions_ImGuiNET_ImGuiColorEditFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetColorEditOptions(ImGuiNET.ImGuiColorEditFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10285">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetColorEditOptions_" data-uid="ImGuiNET.ImGui.SetColorEditOptions*"></a>
<h4 id="ImGuiNET_ImGui_SetColorEditOptions_ImGuiNET_ImGuiColorEditFlags_" data-uid="ImGuiNET.ImGui.SetColorEditOptions(ImGuiNET.ImGuiColorEditFlags)">SetColorEditOptions(ImGuiColorEditFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetColorEditOptions(ImGuiColorEditFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiColorEditFlags.html">ImGuiColorEditFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetColumnOffset_System_Int32_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetColumnOffset(System.Int32%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10289">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetColumnOffset_" data-uid="ImGuiNET.ImGui.SetColumnOffset*"></a>
<h4 id="ImGuiNET_ImGui_SetColumnOffset_System_Int32_System_Single_" data-uid="ImGuiNET.ImGui.SetColumnOffset(System.Int32,System.Single)">SetColumnOffset(Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetColumnOffset(int column_index, float offset_x)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">column_index</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">offset_x</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetColumnWidth_System_Int32_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetColumnWidth(System.Int32%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10293">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetColumnWidth_" data-uid="ImGuiNET.ImGui.SetColumnWidth*"></a>
<h4 id="ImGuiNET_ImGui_SetColumnWidth_System_Int32_System_Single_" data-uid="ImGuiNET.ImGui.SetColumnWidth(System.Int32,System.Single)">SetColumnWidth(Int32, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetColumnWidth(int column_index, float width)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">column_index</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">width</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetCurrentContext_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetCurrentContext(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10297">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetCurrentContext_" data-uid="ImGuiNET.ImGui.SetCurrentContext*"></a>
<h4 id="ImGuiNET_ImGui_SetCurrentContext_System_IntPtr_" data-uid="ImGuiNET.ImGui.SetCurrentContext(System.IntPtr)">SetCurrentContext(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetCurrentContext(IntPtr ctx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ctx</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetCursorPos_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetCursorPos(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10301">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetCursorPos_" data-uid="ImGuiNET.ImGui.SetCursorPos*"></a>
<h4 id="ImGuiNET_ImGui_SetCursorPos_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetCursorPos(System.Numerics.Vector2)">SetCursorPos(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetCursorPos(Vector2 local_pos)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">local_pos</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetCursorPosX_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetCursorPosX(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10305">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetCursorPosX_" data-uid="ImGuiNET.ImGui.SetCursorPosX*"></a>
<h4 id="ImGuiNET_ImGui_SetCursorPosX_System_Single_" data-uid="ImGuiNET.ImGui.SetCursorPosX(System.Single)">SetCursorPosX(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetCursorPosX(float local_x)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">local_x</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetCursorPosY_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetCursorPosY(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10309">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetCursorPosY_" data-uid="ImGuiNET.ImGui.SetCursorPosY*"></a>
<h4 id="ImGuiNET_ImGui_SetCursorPosY_System_Single_" data-uid="ImGuiNET.ImGui.SetCursorPosY(System.Single)">SetCursorPosY(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetCursorPosY(float local_y)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">local_y</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetCursorScreenPos_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetCursorScreenPos(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10313">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetCursorScreenPos_" data-uid="ImGuiNET.ImGui.SetCursorScreenPos*"></a>
<h4 id="ImGuiNET_ImGui_SetCursorScreenPos_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetCursorScreenPos(System.Numerics.Vector2)">SetCursorScreenPos(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetCursorScreenPos(Vector2 pos)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetDragDropPayload_System_String_System_IntPtr_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetDragDropPayload(System.String%2CSystem.IntPtr%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10317">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetDragDropPayload_" data-uid="ImGuiNET.ImGui.SetDragDropPayload*"></a>
<h4 id="ImGuiNET_ImGui_SetDragDropPayload_System_String_System_IntPtr_System_UInt32_" data-uid="ImGuiNET.ImGui.SetDragDropPayload(System.String,System.IntPtr,System.UInt32)">SetDragDropPayload(String, IntPtr, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SetDragDropPayload(string type, IntPtr data, uint sz)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">sz</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetDragDropPayload_System_String_System_IntPtr_System_UInt32_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetDragDropPayload(System.String%2CSystem.IntPtr%2CSystem.UInt32%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10346">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetDragDropPayload_" data-uid="ImGuiNET.ImGui.SetDragDropPayload*"></a>
<h4 id="ImGuiNET_ImGui_SetDragDropPayload_System_String_System_IntPtr_System_UInt32_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetDragDropPayload(System.String,System.IntPtr,System.UInt32,ImGuiNET.ImGuiCond)">SetDragDropPayload(String, IntPtr, UInt32, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SetDragDropPayload(string type, IntPtr data, uint sz, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">sz</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetItemAllowOverlap.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetItemAllowOverlap%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10374">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetItemAllowOverlap_" data-uid="ImGuiNET.ImGui.SetItemAllowOverlap*"></a>
<h4 id="ImGuiNET_ImGui_SetItemAllowOverlap" data-uid="ImGuiNET.ImGui.SetItemAllowOverlap">SetItemAllowOverlap()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetItemAllowOverlap()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetItemDefaultFocus.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetItemDefaultFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10378">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetItemDefaultFocus_" data-uid="ImGuiNET.ImGui.SetItemDefaultFocus*"></a>
<h4 id="ImGuiNET_ImGui_SetItemDefaultFocus" data-uid="ImGuiNET.ImGui.SetItemDefaultFocus">SetItemDefaultFocus()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetItemDefaultFocus()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetKeyboardFocusHere.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetKeyboardFocusHere%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10382">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetKeyboardFocusHere_" data-uid="ImGuiNET.ImGui.SetKeyboardFocusHere*"></a>
<h4 id="ImGuiNET_ImGui_SetKeyboardFocusHere" data-uid="ImGuiNET.ImGui.SetKeyboardFocusHere">SetKeyboardFocusHere()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetKeyboardFocusHere()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetKeyboardFocusHere_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetKeyboardFocusHere(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10387">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetKeyboardFocusHere_" data-uid="ImGuiNET.ImGui.SetKeyboardFocusHere*"></a>
<h4 id="ImGuiNET_ImGui_SetKeyboardFocusHere_System_Int32_" data-uid="ImGuiNET.ImGui.SetKeyboardFocusHere(System.Int32)">SetKeyboardFocusHere(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetKeyboardFocusHere(int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetMouseCursor_ImGuiNET_ImGuiMouseCursor_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetMouseCursor(ImGuiNET.ImGuiMouseCursor)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10391">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetMouseCursor_" data-uid="ImGuiNET.ImGui.SetMouseCursor*"></a>
<h4 id="ImGuiNET_ImGui_SetMouseCursor_ImGuiNET_ImGuiMouseCursor_" data-uid="ImGuiNET.ImGui.SetMouseCursor(ImGuiNET.ImGuiMouseCursor)">SetMouseCursor(ImGuiMouseCursor)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetMouseCursor(ImGuiMouseCursor type)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiMouseCursor.html">ImGuiMouseCursor</a></td>
<td><span class="parametername">type</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextItemOpen_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextItemOpen(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10395">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextItemOpen_" data-uid="ImGuiNET.ImGui.SetNextItemOpen*"></a>
<h4 id="ImGuiNET_ImGui_SetNextItemOpen_System_Boolean_" data-uid="ImGuiNET.ImGui.SetNextItemOpen(System.Boolean)">SetNextItemOpen(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextItemOpen(bool is_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">is_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextItemOpen_System_Boolean_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextItemOpen(System.Boolean%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10401">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextItemOpen_" data-uid="ImGuiNET.ImGui.SetNextItemOpen*"></a>
<h4 id="ImGuiNET_ImGui_SetNextItemOpen_System_Boolean_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetNextItemOpen(System.Boolean,ImGuiNET.ImGuiCond)">SetNextItemOpen(Boolean, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextItemOpen(bool is_open, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">is_open</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextItemWidth_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextItemWidth(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10406">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextItemWidth_" data-uid="ImGuiNET.ImGui.SetNextItemWidth*"></a>
<h4 id="ImGuiNET_ImGui_SetNextItemWidth_System_Single_" data-uid="ImGuiNET.ImGui.SetNextItemWidth(System.Single)">SetNextItemWidth(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextItemWidth(float item_width)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">item_width</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowBgAlpha_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowBgAlpha(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10410">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowBgAlpha_" data-uid="ImGuiNET.ImGui.SetNextWindowBgAlpha*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowBgAlpha_System_Single_" data-uid="ImGuiNET.ImGui.SetNextWindowBgAlpha(System.Single)">SetNextWindowBgAlpha(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowBgAlpha(float alpha)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">alpha</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowCollapsed_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowCollapsed(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10414">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowCollapsed_" data-uid="ImGuiNET.ImGui.SetNextWindowCollapsed*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowCollapsed_System_Boolean_" data-uid="ImGuiNET.ImGui.SetNextWindowCollapsed(System.Boolean)">SetNextWindowCollapsed(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowCollapsed(bool collapsed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">collapsed</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowCollapsed_System_Boolean_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowCollapsed(System.Boolean%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10420">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowCollapsed_" data-uid="ImGuiNET.ImGui.SetNextWindowCollapsed*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowCollapsed_System_Boolean_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetNextWindowCollapsed(System.Boolean,ImGuiNET.ImGuiCond)">SetNextWindowCollapsed(Boolean, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowCollapsed(bool collapsed, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">collapsed</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowContentSize_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowContentSize(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10425">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowContentSize_" data-uid="ImGuiNET.ImGui.SetNextWindowContentSize*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowContentSize_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetNextWindowContentSize(System.Numerics.Vector2)">SetNextWindowContentSize(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowContentSize(Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowFocus.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10429">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowFocus_" data-uid="ImGuiNET.ImGui.SetNextWindowFocus*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowFocus" data-uid="ImGuiNET.ImGui.SetNextWindowFocus">SetNextWindowFocus()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowFocus()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowPos_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowPos(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10433">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowPos_" data-uid="ImGuiNET.ImGui.SetNextWindowPos*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowPos_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetNextWindowPos(System.Numerics.Vector2)">SetNextWindowPos(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowPos(Vector2 pos)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowPos_System_Numerics_Vector2_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowPos(System.Numerics.Vector2%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10439">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowPos_" data-uid="ImGuiNET.ImGui.SetNextWindowPos*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowPos_System_Numerics_Vector2_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetNextWindowPos(System.Numerics.Vector2,ImGuiNET.ImGuiCond)">SetNextWindowPos(Vector2, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowPos(Vector2 pos, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowPos_System_Numerics_Vector2_ImGuiNET_ImGuiCond_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowPos(System.Numerics.Vector2%2CImGuiNET.ImGuiCond%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10444">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowPos_" data-uid="ImGuiNET.ImGui.SetNextWindowPos*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowPos_System_Numerics_Vector2_ImGuiNET_ImGuiCond_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetNextWindowPos(System.Numerics.Vector2,ImGuiNET.ImGuiCond,System.Numerics.Vector2)">SetNextWindowPos(Vector2, ImGuiCond, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowPos(Vector2 pos, ImGuiCond cond, Vector2 pivot)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pivot</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowSize_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowSize(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10448">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowSize_" data-uid="ImGuiNET.ImGui.SetNextWindowSize*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowSize_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetNextWindowSize(System.Numerics.Vector2)">SetNextWindowSize(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowSize(Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowSize_System_Numerics_Vector2_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowSize(System.Numerics.Vector2%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10453">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowSize_" data-uid="ImGuiNET.ImGui.SetNextWindowSize*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowSize_System_Numerics_Vector2_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetNextWindowSize(System.Numerics.Vector2,ImGuiNET.ImGuiCond)">SetNextWindowSize(Vector2, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowSize(Vector2 size, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowSizeConstraints_System_Numerics_Vector2_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowSizeConstraints(System.Numerics.Vector2%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10457">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowSizeConstraints_" data-uid="ImGuiNET.ImGui.SetNextWindowSizeConstraints*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowSizeConstraints_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetNextWindowSizeConstraints(System.Numerics.Vector2,System.Numerics.Vector2)">SetNextWindowSizeConstraints(Vector2, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowSizeConstraints(Vector2 size_min, Vector2 size_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowSizeConstraints_System_Numerics_Vector2_System_Numerics_Vector2_ImGuiNET_ImGuiSizeCallback_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowSizeConstraints(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiSizeCallback)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10463">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowSizeConstraints_" data-uid="ImGuiNET.ImGui.SetNextWindowSizeConstraints*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowSizeConstraints_System_Numerics_Vector2_System_Numerics_Vector2_ImGuiNET_ImGuiSizeCallback_" data-uid="ImGuiNET.ImGui.SetNextWindowSizeConstraints(System.Numerics.Vector2,System.Numerics.Vector2,ImGuiNET.ImGuiSizeCallback)">SetNextWindowSizeConstraints(Vector2, Vector2, ImGuiSizeCallback)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowSizeConstraints(Vector2 size_min, Vector2 size_max, ImGuiSizeCallback custom_callback)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiSizeCallback.html">ImGuiSizeCallback</a></td>
<td><span class="parametername">custom_callback</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetNextWindowSizeConstraints_System_Numerics_Vector2_System_Numerics_Vector2_ImGuiNET_ImGuiSizeCallback_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetNextWindowSizeConstraints(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiSizeCallback%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10468">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetNextWindowSizeConstraints_" data-uid="ImGuiNET.ImGui.SetNextWindowSizeConstraints*"></a>
<h4 id="ImGuiNET_ImGui_SetNextWindowSizeConstraints_System_Numerics_Vector2_System_Numerics_Vector2_ImGuiNET_ImGuiSizeCallback_System_IntPtr_" data-uid="ImGuiNET.ImGui.SetNextWindowSizeConstraints(System.Numerics.Vector2,System.Numerics.Vector2,ImGuiNET.ImGuiSizeCallback,System.IntPtr)">SetNextWindowSizeConstraints(Vector2, Vector2, ImGuiSizeCallback, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextWindowSizeConstraints(Vector2 size_min, Vector2 size_max, ImGuiSizeCallback custom_callback, IntPtr custom_callback_data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiSizeCallback.html">ImGuiSizeCallback</a></td>
<td><span class="parametername">custom_callback</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">custom_callback_data</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollFromPosX_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollFromPosX(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10473">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollFromPosX_" data-uid="ImGuiNET.ImGui.SetScrollFromPosX*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollFromPosX_System_Single_" data-uid="ImGuiNET.ImGui.SetScrollFromPosX(System.Single)">SetScrollFromPosX(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollFromPosX(float local_x)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">local_x</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollFromPosX_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollFromPosX(System.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10478">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollFromPosX_" data-uid="ImGuiNET.ImGui.SetScrollFromPosX*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollFromPosX_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.SetScrollFromPosX(System.Single,System.Single)">SetScrollFromPosX(Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollFromPosX(float local_x, float center_x_ratio)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">local_x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">center_x_ratio</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollFromPosY_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollFromPosY(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10482">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollFromPosY_" data-uid="ImGuiNET.ImGui.SetScrollFromPosY*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollFromPosY_System_Single_" data-uid="ImGuiNET.ImGui.SetScrollFromPosY(System.Single)">SetScrollFromPosY(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollFromPosY(float local_y)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">local_y</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollFromPosY_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollFromPosY(System.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10487">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollFromPosY_" data-uid="ImGuiNET.ImGui.SetScrollFromPosY*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollFromPosY_System_Single_System_Single_" data-uid="ImGuiNET.ImGui.SetScrollFromPosY(System.Single,System.Single)">SetScrollFromPosY(Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollFromPosY(float local_y, float center_y_ratio)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">local_y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">center_y_ratio</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollHereX.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollHereX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10491">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollHereX_" data-uid="ImGuiNET.ImGui.SetScrollHereX*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollHereX" data-uid="ImGuiNET.ImGui.SetScrollHereX">SetScrollHereX()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollHereX()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollHereX_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollHereX(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10496">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollHereX_" data-uid="ImGuiNET.ImGui.SetScrollHereX*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollHereX_System_Single_" data-uid="ImGuiNET.ImGui.SetScrollHereX(System.Single)">SetScrollHereX(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollHereX(float center_x_ratio)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">center_x_ratio</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollHereY.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollHereY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10500">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollHereY_" data-uid="ImGuiNET.ImGui.SetScrollHereY*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollHereY" data-uid="ImGuiNET.ImGui.SetScrollHereY">SetScrollHereY()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollHereY()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollHereY_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollHereY(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10505">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollHereY_" data-uid="ImGuiNET.ImGui.SetScrollHereY*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollHereY_System_Single_" data-uid="ImGuiNET.ImGui.SetScrollHereY(System.Single)">SetScrollHereY(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollHereY(float center_y_ratio)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">center_y_ratio</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollX_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollX(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10509">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollX_" data-uid="ImGuiNET.ImGui.SetScrollX*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollX_System_Single_" data-uid="ImGuiNET.ImGui.SetScrollX(System.Single)">SetScrollX(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollX(float scroll_x)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scroll_x</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetScrollY_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetScrollY(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10513">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetScrollY_" data-uid="ImGuiNET.ImGui.SetScrollY*"></a>
<h4 id="ImGuiNET_ImGui_SetScrollY_System_Single_" data-uid="ImGuiNET.ImGui.SetScrollY(System.Single)">SetScrollY(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetScrollY(float scroll_y)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scroll_y</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetStateStorage_ImGuiNET_ImGuiStoragePtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetStateStorage(ImGuiNET.ImGuiStoragePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10517">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetStateStorage_" data-uid="ImGuiNET.ImGui.SetStateStorage*"></a>
<h4 id="ImGuiNET_ImGui_SetStateStorage_ImGuiNET_ImGuiStoragePtr_" data-uid="ImGuiNET.ImGui.SetStateStorage(ImGuiNET.ImGuiStoragePtr)">SetStateStorage(ImGuiStoragePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetStateStorage(ImGuiStoragePtr storage)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStoragePtr.html">ImGuiStoragePtr</a></td>
<td><span class="parametername">storage</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetTabItemClosed_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetTabItemClosed(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10522">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetTabItemClosed_" data-uid="ImGuiNET.ImGui.SetTabItemClosed*"></a>
<h4 id="ImGuiNET_ImGui_SetTabItemClosed_System_String_" data-uid="ImGuiNET.ImGui.SetTabItemClosed(System.String)">SetTabItemClosed(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetTabItemClosed(string tab_or_docked_window_label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">tab_or_docked_window_label</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetTooltip_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetTooltip(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10548">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetTooltip_" data-uid="ImGuiNET.ImGui.SetTooltip*"></a>
<h4 id="ImGuiNET_ImGui_SetTooltip_System_String_" data-uid="ImGuiNET.ImGui.SetTooltip(System.String)">SetTooltip(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetTooltip(string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowCollapsed_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowCollapsed(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10574">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowCollapsed_" data-uid="ImGuiNET.ImGui.SetWindowCollapsed*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowCollapsed_System_Boolean_" data-uid="ImGuiNET.ImGui.SetWindowCollapsed(System.Boolean)">SetWindowCollapsed(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowCollapsed(bool collapsed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">collapsed</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowCollapsed_System_Boolean_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowCollapsed(System.Boolean%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10580">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowCollapsed_" data-uid="ImGuiNET.ImGui.SetWindowCollapsed*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowCollapsed_System_Boolean_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetWindowCollapsed(System.Boolean,ImGuiNET.ImGuiCond)">SetWindowCollapsed(Boolean, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowCollapsed(bool collapsed, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">collapsed</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowCollapsed_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowCollapsed(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10585">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowCollapsed_" data-uid="ImGuiNET.ImGui.SetWindowCollapsed*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowCollapsed_System_String_System_Boolean_" data-uid="ImGuiNET.ImGui.SetWindowCollapsed(System.String,System.Boolean)">SetWindowCollapsed(String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowCollapsed(string name, bool collapsed)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">collapsed</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowCollapsed_System_String_System_Boolean_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowCollapsed(System.String%2CSystem.Boolean%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10613">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowCollapsed_" data-uid="ImGuiNET.ImGui.SetWindowCollapsed*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowCollapsed_System_String_System_Boolean_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetWindowCollapsed(System.String,System.Boolean,ImGuiNET.ImGuiCond)">SetWindowCollapsed(String, Boolean, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowCollapsed(string name, bool collapsed, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">collapsed</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowFocus.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10640">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowFocus_" data-uid="ImGuiNET.ImGui.SetWindowFocus*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowFocus" data-uid="ImGuiNET.ImGui.SetWindowFocus">SetWindowFocus()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowFocus()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowFocus_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowFocus(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10644">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowFocus_" data-uid="ImGuiNET.ImGui.SetWindowFocus*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowFocus_System_String_" data-uid="ImGuiNET.ImGui.SetWindowFocus(System.String)">SetWindowFocus(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowFocus(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowFontScale_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowFontScale(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10670">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowFontScale_" data-uid="ImGuiNET.ImGui.SetWindowFontScale*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowFontScale_System_Single_" data-uid="ImGuiNET.ImGui.SetWindowFontScale(System.Single)">SetWindowFontScale(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowFontScale(float scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowPos_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowPos(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10674">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowPos_" data-uid="ImGuiNET.ImGui.SetWindowPos*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowPos_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetWindowPos(System.Numerics.Vector2)">SetWindowPos(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowPos(Vector2 pos)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowPos_System_Numerics_Vector2_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowPos(System.Numerics.Vector2%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10679">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowPos_" data-uid="ImGuiNET.ImGui.SetWindowPos*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowPos_System_Numerics_Vector2_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetWindowPos(System.Numerics.Vector2,ImGuiNET.ImGuiCond)">SetWindowPos(Vector2, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowPos(Vector2 pos, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowPos_System_String_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowPos(System.String%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10683">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowPos_" data-uid="ImGuiNET.ImGui.SetWindowPos*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowPos_System_String_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetWindowPos(System.String,System.Numerics.Vector2)">SetWindowPos(String, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowPos(string name, Vector2 pos)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowPos_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowPos(System.String%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10710">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowPos_" data-uid="ImGuiNET.ImGui.SetWindowPos*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowPos_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetWindowPos(System.String,System.Numerics.Vector2,ImGuiNET.ImGuiCond)">SetWindowPos(String, Vector2, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowPos(string name, Vector2 pos, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowSize_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowSize(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10736">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowSize_" data-uid="ImGuiNET.ImGui.SetWindowSize*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowSize_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetWindowSize(System.Numerics.Vector2)">SetWindowSize(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowSize(Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowSize_System_Numerics_Vector2_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowSize(System.Numerics.Vector2%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10741">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowSize_" data-uid="ImGuiNET.ImGui.SetWindowSize*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowSize_System_Numerics_Vector2_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetWindowSize(System.Numerics.Vector2,ImGuiNET.ImGuiCond)">SetWindowSize(Vector2, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowSize(Vector2 size, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowSize_System_String_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowSize(System.String%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10745">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowSize_" data-uid="ImGuiNET.ImGui.SetWindowSize*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowSize_System_String_System_Numerics_Vector2_" data-uid="ImGuiNET.ImGui.SetWindowSize(System.String,System.Numerics.Vector2)">SetWindowSize(String, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowSize(string name, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SetWindowSize_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SetWindowSize(System.String%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10772">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SetWindowSize_" data-uid="ImGuiNET.ImGui.SetWindowSize*"></a>
<h4 id="ImGuiNET_ImGui_SetWindowSize_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiCond_" data-uid="ImGuiNET.ImGui.SetWindowSize(System.String,System.Numerics.Vector2,ImGuiNET.ImGuiCond)">SetWindowSize(String, Vector2, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowSize(string name, Vector2 size, ImGuiCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowAboutWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowAboutWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10798">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowAboutWindow_" data-uid="ImGuiNET.ImGui.ShowAboutWindow*"></a>
<h4 id="ImGuiNET_ImGui_ShowAboutWindow" data-uid="ImGuiNET.ImGui.ShowAboutWindow">ShowAboutWindow()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowAboutWindow()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowAboutWindow_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowAboutWindow(System.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10803">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowAboutWindow_" data-uid="ImGuiNET.ImGui.ShowAboutWindow*"></a>
<h4 id="ImGuiNET_ImGui_ShowAboutWindow_System_Boolean__" data-uid="ImGuiNET.ImGui.ShowAboutWindow(System.Boolean@)">ShowAboutWindow(ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowAboutWindow(ref bool p_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowDemoWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowDemoWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10810">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowDemoWindow_" data-uid="ImGuiNET.ImGui.ShowDemoWindow*"></a>
<h4 id="ImGuiNET_ImGui_ShowDemoWindow" data-uid="ImGuiNET.ImGui.ShowDemoWindow">ShowDemoWindow()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowDemoWindow()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowDemoWindow_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowDemoWindow(System.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10815">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowDemoWindow_" data-uid="ImGuiNET.ImGui.ShowDemoWindow*"></a>
<h4 id="ImGuiNET_ImGui_ShowDemoWindow_System_Boolean__" data-uid="ImGuiNET.ImGui.ShowDemoWindow(System.Boolean@)">ShowDemoWindow(ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowDemoWindow(ref bool p_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowFontSelector_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowFontSelector(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10822">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowFontSelector_" data-uid="ImGuiNET.ImGui.ShowFontSelector*"></a>
<h4 id="ImGuiNET_ImGui_ShowFontSelector_System_String_" data-uid="ImGuiNET.ImGui.ShowFontSelector(System.String)">ShowFontSelector(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowFontSelector(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowMetricsWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowMetricsWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10848">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowMetricsWindow_" data-uid="ImGuiNET.ImGui.ShowMetricsWindow*"></a>
<h4 id="ImGuiNET_ImGui_ShowMetricsWindow" data-uid="ImGuiNET.ImGui.ShowMetricsWindow">ShowMetricsWindow()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowMetricsWindow()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowMetricsWindow_System_Boolean__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowMetricsWindow(System.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10853">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowMetricsWindow_" data-uid="ImGuiNET.ImGui.ShowMetricsWindow*"></a>
<h4 id="ImGuiNET_ImGui_ShowMetricsWindow_System_Boolean__" data-uid="ImGuiNET.ImGui.ShowMetricsWindow(System.Boolean@)">ShowMetricsWindow(ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowMetricsWindow(ref bool p_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowStyleEditor.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowStyleEditor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10860">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowStyleEditor_" data-uid="ImGuiNET.ImGui.ShowStyleEditor*"></a>
<h4 id="ImGuiNET_ImGui_ShowStyleEditor" data-uid="ImGuiNET.ImGui.ShowStyleEditor">ShowStyleEditor()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowStyleEditor()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowStyleEditor_ImGuiNET_ImGuiStylePtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowStyleEditor(ImGuiNET.ImGuiStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10865">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowStyleEditor_" data-uid="ImGuiNET.ImGui.ShowStyleEditor*"></a>
<h4 id="ImGuiNET_ImGui_ShowStyleEditor_ImGuiNET_ImGuiStylePtr_" data-uid="ImGuiNET.ImGui.ShowStyleEditor(ImGuiNET.ImGuiStylePtr)">ShowStyleEditor(ImGuiStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowStyleEditor(ImGuiStylePtr ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStylePtr.html">ImGuiStylePtr</a></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowStyleSelector_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowStyleSelector(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10870">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowStyleSelector_" data-uid="ImGuiNET.ImGui.ShowStyleSelector*"></a>
<h4 id="ImGuiNET_ImGui_ShowStyleSelector_System_String_" data-uid="ImGuiNET.ImGui.ShowStyleSelector(System.String)">ShowStyleSelector(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ShowStyleSelector(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_ShowUserGuide.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.ShowUserGuide%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10897">View Source</a>
</span>
<a id="ImGuiNET_ImGui_ShowUserGuide_" data-uid="ImGuiNET.ImGui.ShowUserGuide*"></a>
<h4 id="ImGuiNET_ImGui_ShowUserGuide" data-uid="ImGuiNET.ImGui.ShowUserGuide">ShowUserGuide()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowUserGuide()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderAngle_System_String_System_Single__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderAngle(System.String%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10901">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderAngle_" data-uid="ImGuiNET.ImGui.SliderAngle*"></a>
<h4 id="ImGuiNET_ImGui_SliderAngle_System_String_System_Single__" data-uid="ImGuiNET.ImGui.SliderAngle(System.String,System.Single@)">SliderAngle(String, ref Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderAngle(string label, ref float v_rad)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_rad</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderAngle_System_String_System_Single__System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderAngle(System.String%2CSystem.Single%40%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L10951">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderAngle_" data-uid="ImGuiNET.ImGui.SliderAngle*"></a>
<h4 id="ImGuiNET_ImGui_SliderAngle_System_String_System_Single__System_Single_" data-uid="ImGuiNET.ImGui.SliderAngle(System.String,System.Single@,System.Single)">SliderAngle(String, ref Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderAngle(string label, ref float v_rad, float v_degrees_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_rad</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_degrees_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderAngle_System_String_System_Single__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderAngle(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11000">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderAngle_" data-uid="ImGuiNET.ImGui.SliderAngle*"></a>
<h4 id="ImGuiNET_ImGui_SliderAngle_System_String_System_Single__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.SliderAngle(System.String,System.Single@,System.Single,System.Single)">SliderAngle(String, ref Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderAngle(string label, ref float v_rad, float v_degrees_min, float v_degrees_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_rad</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_degrees_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_degrees_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderAngle_System_String_System_Single__System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderAngle(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11048">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderAngle_" data-uid="ImGuiNET.ImGui.SliderAngle*"></a>
<h4 id="ImGuiNET_ImGui_SliderAngle_System_String_System_Single__System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.SliderAngle(System.String,System.Single@,System.Single,System.Single,System.String)">SliderAngle(String, ref Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderAngle(string label, ref float v_rad, float v_degrees_min, float v_degrees_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_rad</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_degrees_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_degrees_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat_System_String_System_Single__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11100">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat_" data-uid="ImGuiNET.ImGui.SliderFloat*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat_System_String_System_Single__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.SliderFloat(System.String,System.Single@,System.Single,System.Single)">SliderFloat(String, ref Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat(string label, ref float v, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat_System_String_System_Single__System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11149">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat_" data-uid="ImGuiNET.ImGui.SliderFloat*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat_System_String_System_Single__System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.SliderFloat(System.String,System.Single@,System.Single,System.Single,System.String)">SliderFloat(String, ref Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat(string label, ref float v, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat_System_String_System_Single__System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat(System.String%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11202">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat_" data-uid="ImGuiNET.ImGui.SliderFloat*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat_System_String_System_Single__System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.SliderFloat(System.String,System.Single@,System.Single,System.Single,System.String,System.Single)">SliderFloat(String, ref Single, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat(string label, ref float v, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11254">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat2_" data-uid="ImGuiNET.ImGui.SliderFloat2*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.SliderFloat2(System.String,System.Numerics.Vector2@,System.Single,System.Single)">SliderFloat2(String, ref Vector2, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat2(string label, ref Vector2 v, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11303">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat2_" data-uid="ImGuiNET.ImGui.SliderFloat2*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.SliderFloat2(System.String,System.Numerics.Vector2@,System.Single,System.Single,System.String)">SliderFloat2(String, ref Vector2, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat2(string label, ref Vector2 v, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat2(System.String%2CSystem.Numerics.Vector2%40%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11356">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat2_" data-uid="ImGuiNET.ImGui.SliderFloat2*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat2_System_String_System_Numerics_Vector2__System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.SliderFloat2(System.String,System.Numerics.Vector2@,System.Single,System.Single,System.String,System.Single)">SliderFloat2(String, ref Vector2, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat2(string label, ref Vector2 v, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11408">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat3_" data-uid="ImGuiNET.ImGui.SliderFloat3*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.SliderFloat3(System.String,System.Numerics.Vector3@,System.Single,System.Single)">SliderFloat3(String, ref Vector3, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat3(string label, ref Vector3 v, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11457">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat3_" data-uid="ImGuiNET.ImGui.SliderFloat3*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.SliderFloat3(System.String,System.Numerics.Vector3@,System.Single,System.Single,System.String)">SliderFloat3(String, ref Vector3, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat3(string label, ref Vector3 v, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat3(System.String%2CSystem.Numerics.Vector3%40%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11510">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat3_" data-uid="ImGuiNET.ImGui.SliderFloat3*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat3_System_String_System_Numerics_Vector3__System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.SliderFloat3(System.String,System.Numerics.Vector3@,System.Single,System.Single,System.String,System.Single)">SliderFloat3(String, ref Vector3, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat3(string label, ref Vector3 v, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector3</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11562">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat4_" data-uid="ImGuiNET.ImGui.SliderFloat4*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.SliderFloat4(System.String,System.Numerics.Vector4@,System.Single,System.Single)">SliderFloat4(String, ref Vector4, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat4(string label, ref Vector4 v, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11611">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat4_" data-uid="ImGuiNET.ImGui.SliderFloat4*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.SliderFloat4(System.String,System.Numerics.Vector4@,System.Single,System.Single,System.String)">SliderFloat4(String, ref Vector4, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat4(string label, ref Vector4 v, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderFloat4(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11664">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderFloat4_" data-uid="ImGuiNET.ImGui.SliderFloat4*"></a>
<h4 id="ImGuiNET_ImGui_SliderFloat4_System_String_System_Numerics_Vector4__System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.SliderFloat4(System.String,System.Numerics.Vector4@,System.Single,System.Single,System.String,System.Single)">SliderFloat4(String, ref Vector4, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderFloat4(string label, ref Vector4 v, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderInt_System_String_System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderInt(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11716">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderInt_" data-uid="ImGuiNET.ImGui.SliderInt*"></a>
<h4 id="ImGuiNET_ImGui_SliderInt_System_String_System_Int32__System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.SliderInt(System.String,System.Int32@,System.Int32,System.Int32)">SliderInt(String, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderInt(string label, ref int v, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderInt_System_String_System_Int32__System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderInt(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11764">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderInt_" data-uid="ImGuiNET.ImGui.SliderInt*"></a>
<h4 id="ImGuiNET_ImGui_SliderInt_System_String_System_Int32__System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.SliderInt(System.String,System.Int32@,System.Int32,System.Int32,System.String)">SliderInt(String, ref Int32, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderInt(string label, ref int v, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderInt2_System_String_System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderInt2(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11816">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderInt2_" data-uid="ImGuiNET.ImGui.SliderInt2*"></a>
<h4 id="ImGuiNET_ImGui_SliderInt2_System_String_System_Int32__System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.SliderInt2(System.String,System.Int32@,System.Int32,System.Int32)">SliderInt2(String, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderInt2(string label, ref int v, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderInt2_System_String_System_Int32__System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderInt2(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11864">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderInt2_" data-uid="ImGuiNET.ImGui.SliderInt2*"></a>
<h4 id="ImGuiNET_ImGui_SliderInt2_System_String_System_Int32__System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.SliderInt2(System.String,System.Int32@,System.Int32,System.Int32,System.String)">SliderInt2(String, ref Int32, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderInt2(string label, ref int v, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderInt3_System_String_System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderInt3(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11916">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderInt3_" data-uid="ImGuiNET.ImGui.SliderInt3*"></a>
<h4 id="ImGuiNET_ImGui_SliderInt3_System_String_System_Int32__System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.SliderInt3(System.String,System.Int32@,System.Int32,System.Int32)">SliderInt3(String, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderInt3(string label, ref int v, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderInt3_System_String_System_Int32__System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderInt3(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L11964">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderInt3_" data-uid="ImGuiNET.ImGui.SliderInt3*"></a>
<h4 id="ImGuiNET_ImGui_SliderInt3_System_String_System_Int32__System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.SliderInt3(System.String,System.Int32@,System.Int32,System.Int32,System.String)">SliderInt3(String, ref Int32, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderInt3(string label, ref int v, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderInt4_System_String_System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderInt4(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12016">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderInt4_" data-uid="ImGuiNET.ImGui.SliderInt4*"></a>
<h4 id="ImGuiNET_ImGui_SliderInt4_System_String_System_Int32__System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.SliderInt4(System.String,System.Int32@,System.Int32,System.Int32)">SliderInt4(String, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderInt4(string label, ref int v, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderInt4_System_String_System_Int32__System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderInt4(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12064">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderInt4_" data-uid="ImGuiNET.ImGui.SliderInt4*"></a>
<h4 id="ImGuiNET_ImGui_SliderInt4_System_String_System_Int32__System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.SliderInt4(System.String,System.Int32@,System.Int32,System.Int32,System.String)">SliderInt4(String, ref Int32, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderInt4(string label, ref int v, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12116">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderScalar_" data-uid="ImGuiNET.ImGui.SliderScalar*"></a>
<h4 id="ImGuiNET_ImGui_SliderScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImGui.SliderScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr)">SliderScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderScalar(string label, ImGuiDataType data_type, IntPtr v, IntPtr v_min, IntPtr v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12148">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderScalar_" data-uid="ImGuiNET.ImGui.SliderScalar*"></a>
<h4 id="ImGuiNET_ImGui_SliderScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_" data-uid="ImGuiNET.ImGui.SliderScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr,System.String)">SliderScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderScalar(string label, ImGuiDataType data_type, IntPtr v, IntPtr v_min, IntPtr v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderScalar(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12201">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderScalar_" data-uid="ImGuiNET.ImGui.SliderScalar*"></a>
<h4 id="ImGuiNET_ImGui_SliderScalar_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_System_Single_" data-uid="ImGuiNET.ImGui.SliderScalar(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr,System.String,System.Single)">SliderScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderScalar(string label, ImGuiDataType data_type, IntPtr v, IntPtr v_min, IntPtr v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12253">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderScalarN_" data-uid="ImGuiNET.ImGui.SliderScalarN*"></a>
<h4 id="ImGuiNET_ImGui_SliderScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImGui.SliderScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">SliderScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, IntPtr v_min, IntPtr v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12285">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderScalarN_" data-uid="ImGuiNET.ImGui.SliderScalarN*"></a>
<h4 id="ImGuiNET_ImGui_SliderScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_System_String_" data-uid="ImGuiNET.ImGui.SliderScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.String)">SliderScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, IntPtr v_min, IntPtr v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SliderScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SliderScalarN(System.String%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.Int32%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12338">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SliderScalarN_" data-uid="ImGuiNET.ImGui.SliderScalarN*"></a>
<h4 id="ImGuiNET_ImGui_SliderScalarN_System_String_ImGuiNET_ImGuiDataType_System_IntPtr_System_Int32_System_IntPtr_System_IntPtr_System_String_System_Single_" data-uid="ImGuiNET.ImGui.SliderScalarN(System.String,ImGuiNET.ImGuiDataType,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.String,System.Single)">SliderScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SliderScalarN(string label, ImGuiDataType data_type, IntPtr v, int components, IntPtr v_min, IntPtr v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">components</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_SmallButton_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.SmallButton(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12390">View Source</a>
</span>
<a id="ImGuiNET_ImGui_SmallButton_" data-uid="ImGuiNET.ImGui.SmallButton*"></a>
<h4 id="ImGuiNET_ImGui_SmallButton_System_String_" data-uid="ImGuiNET.ImGui.SmallButton(System.String)">SmallButton(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool SmallButton(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Spacing.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Spacing%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12417">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Spacing_" data-uid="ImGuiNET.ImGui.Spacing*"></a>
<h4 id="ImGuiNET_ImGui_Spacing" data-uid="ImGuiNET.ImGui.Spacing">Spacing()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Spacing()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_StyleColorsClassic.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.StyleColorsClassic%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12421">View Source</a>
</span>
<a id="ImGuiNET_ImGui_StyleColorsClassic_" data-uid="ImGuiNET.ImGui.StyleColorsClassic*"></a>
<h4 id="ImGuiNET_ImGui_StyleColorsClassic" data-uid="ImGuiNET.ImGui.StyleColorsClassic">StyleColorsClassic()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsClassic()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_StyleColorsClassic_ImGuiNET_ImGuiStylePtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.StyleColorsClassic(ImGuiNET.ImGuiStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12426">View Source</a>
</span>
<a id="ImGuiNET_ImGui_StyleColorsClassic_" data-uid="ImGuiNET.ImGui.StyleColorsClassic*"></a>
<h4 id="ImGuiNET_ImGui_StyleColorsClassic_ImGuiNET_ImGuiStylePtr_" data-uid="ImGuiNET.ImGui.StyleColorsClassic(ImGuiNET.ImGuiStylePtr)">StyleColorsClassic(ImGuiStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsClassic(ImGuiStylePtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStylePtr.html">ImGuiStylePtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_StyleColorsDark.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.StyleColorsDark%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12431">View Source</a>
</span>
<a id="ImGuiNET_ImGui_StyleColorsDark_" data-uid="ImGuiNET.ImGui.StyleColorsDark*"></a>
<h4 id="ImGuiNET_ImGui_StyleColorsDark" data-uid="ImGuiNET.ImGui.StyleColorsDark">StyleColorsDark()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsDark()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_StyleColorsDark_ImGuiNET_ImGuiStylePtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.StyleColorsDark(ImGuiNET.ImGuiStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12436">View Source</a>
</span>
<a id="ImGuiNET_ImGui_StyleColorsDark_" data-uid="ImGuiNET.ImGui.StyleColorsDark*"></a>
<h4 id="ImGuiNET_ImGui_StyleColorsDark_ImGuiNET_ImGuiStylePtr_" data-uid="ImGuiNET.ImGui.StyleColorsDark(ImGuiNET.ImGuiStylePtr)">StyleColorsDark(ImGuiStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsDark(ImGuiStylePtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStylePtr.html">ImGuiStylePtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_StyleColorsLight.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.StyleColorsLight%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12441">View Source</a>
</span>
<a id="ImGuiNET_ImGui_StyleColorsLight_" data-uid="ImGuiNET.ImGui.StyleColorsLight*"></a>
<h4 id="ImGuiNET_ImGui_StyleColorsLight" data-uid="ImGuiNET.ImGui.StyleColorsLight">StyleColorsLight()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsLight()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_StyleColorsLight_ImGuiNET_ImGuiStylePtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.StyleColorsLight(ImGuiNET.ImGuiStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12446">View Source</a>
</span>
<a id="ImGuiNET_ImGui_StyleColorsLight_" data-uid="ImGuiNET.ImGui.StyleColorsLight*"></a>
<h4 id="ImGuiNET_ImGui_StyleColorsLight_ImGuiNET_ImGuiStylePtr_" data-uid="ImGuiNET.ImGui.StyleColorsLight(ImGuiNET.ImGuiStylePtr)">StyleColorsLight(ImGuiStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsLight(ImGuiStylePtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiStylePtr.html">ImGuiStylePtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Text_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Text(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12451">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Text_" data-uid="ImGuiNET.ImGui.Text*"></a>
<h4 id="ImGuiNET_ImGui_Text_System_String_" data-uid="ImGuiNET.ImGui.Text(System.String)">Text(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Text(string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TextColored_System_Numerics_Vector4_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TextColored(System.Numerics.Vector4%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12477">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TextColored_" data-uid="ImGuiNET.ImGui.TextColored*"></a>
<h4 id="ImGuiNET_ImGui_TextColored_System_Numerics_Vector4_System_String_" data-uid="ImGuiNET.ImGui.TextColored(System.Numerics.Vector4,System.String)">TextColored(Vector4, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TextColored(Vector4 col, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TextDisabled_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TextDisabled(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12503">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TextDisabled_" data-uid="ImGuiNET.ImGui.TextDisabled*"></a>
<h4 id="ImGuiNET_ImGui_TextDisabled_System_String_" data-uid="ImGuiNET.ImGui.TextDisabled(System.String)">TextDisabled(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TextDisabled(string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TextUnformatted_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TextUnformatted(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12529">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TextUnformatted_" data-uid="ImGuiNET.ImGui.TextUnformatted*"></a>
<h4 id="ImGuiNET_ImGui_TextUnformatted_System_String_" data-uid="ImGuiNET.ImGui.TextUnformatted(System.String)">TextUnformatted(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TextUnformatted(string text)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">text</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TextWrapped_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TextWrapped(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12556">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TextWrapped_" data-uid="ImGuiNET.ImGui.TextWrapped*"></a>
<h4 id="ImGuiNET_ImGui_TextWrapped_System_String_" data-uid="ImGuiNET.ImGui.TextWrapped(System.String)">TextWrapped(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TextWrapped(string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreeNode_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreeNode(System.IntPtr%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12658">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreeNode_" data-uid="ImGuiNET.ImGui.TreeNode*"></a>
<h4 id="ImGuiNET_ImGui_TreeNode_System_IntPtr_System_String_" data-uid="ImGuiNET.ImGui.TreeNode(System.IntPtr,System.String)">TreeNode(IntPtr, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TreeNode(IntPtr ptr_id, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ptr_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreeNode_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreeNode(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12582">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreeNode_" data-uid="ImGuiNET.ImGui.TreeNode*"></a>
<h4 id="ImGuiNET_ImGui_TreeNode_System_String_" data-uid="ImGuiNET.ImGui.TreeNode(System.String)">TreeNode(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TreeNode(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreeNode_System_String_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreeNode(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12609">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreeNode_" data-uid="ImGuiNET.ImGui.TreeNode*"></a>
<h4 id="ImGuiNET_ImGui_TreeNode_System_String_System_String_" data-uid="ImGuiNET.ImGui.TreeNode(System.String,System.String)">TreeNode(String, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TreeNode(string str_id, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreeNodeEx_System_IntPtr_ImGuiNET_ImGuiTreeNodeFlags_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreeNodeEx(System.IntPtr%2CImGuiNET.ImGuiTreeNodeFlags%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12790">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreeNodeEx_" data-uid="ImGuiNET.ImGui.TreeNodeEx*"></a>
<h4 id="ImGuiNET_ImGui_TreeNodeEx_System_IntPtr_ImGuiNET_ImGuiTreeNodeFlags_System_String_" data-uid="ImGuiNET.ImGui.TreeNodeEx(System.IntPtr,ImGuiNET.ImGuiTreeNodeFlags,System.String)">TreeNodeEx(IntPtr, ImGuiTreeNodeFlags, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TreeNodeEx(IntPtr ptr_id, ImGuiTreeNodeFlags flags, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ptr_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiTreeNodeFlags.html">ImGuiTreeNodeFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreeNodeEx_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreeNodeEx(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12686">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreeNodeEx_" data-uid="ImGuiNET.ImGui.TreeNodeEx*"></a>
<h4 id="ImGuiNET_ImGui_TreeNodeEx_System_String_" data-uid="ImGuiNET.ImGui.TreeNodeEx(System.String)">TreeNodeEx(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TreeNodeEx(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreeNodeEx_System_String_ImGuiNET_ImGuiTreeNodeFlags_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreeNodeEx(System.String%2CImGuiNET.ImGuiTreeNodeFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12714">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreeNodeEx_" data-uid="ImGuiNET.ImGui.TreeNodeEx*"></a>
<h4 id="ImGuiNET_ImGui_TreeNodeEx_System_String_ImGuiNET_ImGuiTreeNodeFlags_" data-uid="ImGuiNET.ImGui.TreeNodeEx(System.String,ImGuiNET.ImGuiTreeNodeFlags)">TreeNodeEx(String, ImGuiTreeNodeFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TreeNodeEx(string label, ImGuiTreeNodeFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiTreeNodeFlags.html">ImGuiTreeNodeFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreeNodeEx_System_String_ImGuiNET_ImGuiTreeNodeFlags_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreeNodeEx(System.String%2CImGuiNET.ImGuiTreeNodeFlags%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12741">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreeNodeEx_" data-uid="ImGuiNET.ImGui.TreeNodeEx*"></a>
<h4 id="ImGuiNET_ImGui_TreeNodeEx_System_String_ImGuiNET_ImGuiTreeNodeFlags_System_String_" data-uid="ImGuiNET.ImGui.TreeNodeEx(System.String,ImGuiNET.ImGuiTreeNodeFlags,System.String)">TreeNodeEx(String, ImGuiTreeNodeFlags, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TreeNodeEx(string str_id, ImGuiTreeNodeFlags flags, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiTreeNodeFlags.html">ImGuiTreeNodeFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreePop.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreePop%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12818">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreePop_" data-uid="ImGuiNET.ImGui.TreePop*"></a>
<h4 id="ImGuiNET_ImGui_TreePop" data-uid="ImGuiNET.ImGui.TreePop">TreePop()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TreePop()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreePush.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreePush%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12848">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreePush_" data-uid="ImGuiNET.ImGui.TreePush*"></a>
<h4 id="ImGuiNET_ImGui_TreePush" data-uid="ImGuiNET.ImGui.TreePush">TreePush()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TreePush()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreePush_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreePush(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12853">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreePush_" data-uid="ImGuiNET.ImGui.TreePush*"></a>
<h4 id="ImGuiNET_ImGui_TreePush_System_IntPtr_" data-uid="ImGuiNET.ImGui.TreePush(System.IntPtr)">TreePush(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TreePush(IntPtr ptr_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ptr_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_TreePush_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.TreePush(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12822">View Source</a>
</span>
<a id="ImGuiNET_ImGui_TreePush_" data-uid="ImGuiNET.ImGui.TreePush*"></a>
<h4 id="ImGuiNET_ImGui_TreePush_System_String_" data-uid="ImGuiNET.ImGui.TreePush(System.String)">TreePush(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TreePush(string str_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Unindent.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Unindent%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12858">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Unindent_" data-uid="ImGuiNET.ImGui.Unindent*"></a>
<h4 id="ImGuiNET_ImGui_Unindent" data-uid="ImGuiNET.ImGui.Unindent">Unindent()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Unindent()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Unindent_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Unindent(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12863">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Unindent_" data-uid="ImGuiNET.ImGui.Unindent*"></a>
<h4 id="ImGuiNET_ImGui_Unindent_System_Single_" data-uid="ImGuiNET.ImGui.Unindent(System.Single)">Unindent(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Unindent(float indent_w)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">indent_w</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Value_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Value(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12867">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Value_" data-uid="ImGuiNET.ImGui.Value*"></a>
<h4 id="ImGuiNET_ImGui_Value_System_String_System_Boolean_" data-uid="ImGuiNET.ImGui.Value(System.String,System.Boolean)">Value(String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Value(string prefix, bool b)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">prefix</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">b</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Value_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Value(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12894">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Value_" data-uid="ImGuiNET.ImGui.Value*"></a>
<h4 id="ImGuiNET_ImGui_Value_System_String_System_Int32_" data-uid="ImGuiNET.ImGui.Value(System.String,System.Int32)">Value(String, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Value(string prefix, int v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">prefix</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Value_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Value(System.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12946">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Value_" data-uid="ImGuiNET.ImGui.Value*"></a>
<h4 id="ImGuiNET_ImGui_Value_System_String_System_Single_" data-uid="ImGuiNET.ImGui.Value(System.String,System.Single)">Value(String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Value(string prefix, float v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">prefix</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Value_System_String_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Value(System.String%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12973">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Value_" data-uid="ImGuiNET.ImGui.Value*"></a>
<h4 id="ImGuiNET_ImGui_Value_System_String_System_Single_System_String_" data-uid="ImGuiNET.ImGui.Value(System.String,System.Single,System.String)">Value(String, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Value(string prefix, float v, string float_format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">prefix</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">float_format</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_Value_System_String_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.Value(System.String%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L12920">View Source</a>
</span>
<a id="ImGuiNET_ImGui_Value_" data-uid="ImGuiNET.ImGui.Value*"></a>
<h4 id="ImGuiNET_ImGui_Value_System_String_System_UInt32_" data-uid="ImGuiNET.ImGui.Value(System.String,System.UInt32)">Value(String, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Value(string prefix, uint v)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">prefix</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_VSliderFloat_System_String_System_Numerics_Vector2_System_Single__System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.VSliderFloat(System.String%2CSystem.Numerics.Vector2%2CSystem.Single%40%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L13021">View Source</a>
</span>
<a id="ImGuiNET_ImGui_VSliderFloat_" data-uid="ImGuiNET.ImGui.VSliderFloat*"></a>
<h4 id="ImGuiNET_ImGui_VSliderFloat_System_String_System_Numerics_Vector2_System_Single__System_Single_System_Single_" data-uid="ImGuiNET.ImGui.VSliderFloat(System.String,System.Numerics.Vector2,System.Single@,System.Single,System.Single)">VSliderFloat(String, Vector2, ref Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool VSliderFloat(string label, Vector2 size, ref float v, float v_min, float v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_VSliderFloat_System_String_System_Numerics_Vector2_System_Single__System_Single_System_Single_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.VSliderFloat(System.String%2CSystem.Numerics.Vector2%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L13070">View Source</a>
</span>
<a id="ImGuiNET_ImGui_VSliderFloat_" data-uid="ImGuiNET.ImGui.VSliderFloat*"></a>
<h4 id="ImGuiNET_ImGui_VSliderFloat_System_String_System_Numerics_Vector2_System_Single__System_Single_System_Single_System_String_" data-uid="ImGuiNET.ImGui.VSliderFloat(System.String,System.Numerics.Vector2,System.Single@,System.Single,System.Single,System.String)">VSliderFloat(String, Vector2, ref Single, Single, Single, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool VSliderFloat(string label, Vector2 size, ref float v, float v_min, float v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_VSliderFloat_System_String_System_Numerics_Vector2_System_Single__System_Single_System_Single_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.VSliderFloat(System.String%2CSystem.Numerics.Vector2%2CSystem.Single%40%2CSystem.Single%2CSystem.Single%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L13123">View Source</a>
</span>
<a id="ImGuiNET_ImGui_VSliderFloat_" data-uid="ImGuiNET.ImGui.VSliderFloat*"></a>
<h4 id="ImGuiNET_ImGui_VSliderFloat_System_String_System_Numerics_Vector2_System_Single__System_Single_System_Single_System_String_System_Single_" data-uid="ImGuiNET.ImGui.VSliderFloat(System.String,System.Numerics.Vector2,System.Single@,System.Single,System.Single,System.String,System.Single)">VSliderFloat(String, Vector2, ref Single, Single, Single, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool VSliderFloat(string label, Vector2 size, ref float v, float v_min, float v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_VSliderInt_System_String_System_Numerics_Vector2_System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.VSliderInt(System.String%2CSystem.Numerics.Vector2%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L13175">View Source</a>
</span>
<a id="ImGuiNET_ImGui_VSliderInt_" data-uid="ImGuiNET.ImGui.VSliderInt*"></a>
<h4 id="ImGuiNET_ImGui_VSliderInt_System_String_System_Numerics_Vector2_System_Int32__System_Int32_System_Int32_" data-uid="ImGuiNET.ImGui.VSliderInt(System.String,System.Numerics.Vector2,System.Int32@,System.Int32,System.Int32)">VSliderInt(String, Vector2, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool VSliderInt(string label, Vector2 size, ref int v, int v_min, int v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_VSliderInt_System_String_System_Numerics_Vector2_System_Int32__System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.VSliderInt(System.String%2CSystem.Numerics.Vector2%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L13223">View Source</a>
</span>
<a id="ImGuiNET_ImGui_VSliderInt_" data-uid="ImGuiNET.ImGui.VSliderInt*"></a>
<h4 id="ImGuiNET_ImGui_VSliderInt_System_String_System_Numerics_Vector2_System_Int32__System_Int32_System_Int32_System_String_" data-uid="ImGuiNET.ImGui.VSliderInt(System.String,System.Numerics.Vector2,System.Int32@,System.Int32,System.Int32,System.String)">VSliderInt(String, Vector2, ref Int32, Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool VSliderInt(string label, Vector2 size, ref int v, int v_min, int v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_VSliderScalar_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.VSliderScalar(System.String%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L13275">View Source</a>
</span>
<a id="ImGuiNET_ImGui_VSliderScalar_" data-uid="ImGuiNET.ImGui.VSliderScalar*"></a>
<h4 id="ImGuiNET_ImGui_VSliderScalar_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImGui.VSliderScalar(System.String,System.Numerics.Vector2,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr)">VSliderScalar(String, Vector2, ImGuiDataType, IntPtr, IntPtr, IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool VSliderScalar(string label, Vector2 size, ImGuiDataType data_type, IntPtr v, IntPtr v_min, IntPtr v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_VSliderScalar_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.VSliderScalar(System.String%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L13307">View Source</a>
</span>
<a id="ImGuiNET_ImGui_VSliderScalar_" data-uid="ImGuiNET.ImGui.VSliderScalar*"></a>
<h4 id="ImGuiNET_ImGui_VSliderScalar_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_" data-uid="ImGuiNET.ImGui.VSliderScalar(System.String,System.Numerics.Vector2,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr,System.String)">VSliderScalar(String, Vector2, ImGuiDataType, IntPtr, IntPtr, IntPtr, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool VSliderScalar(string label, Vector2 size, ImGuiDataType data_type, IntPtr v, IntPtr v_min, IntPtr v_max, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui_VSliderScalar_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui.VSliderScalar(System.String%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiDataType%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr%2CSystem.String%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L13360">View Source</a>
</span>
<a id="ImGuiNET_ImGui_VSliderScalar_" data-uid="ImGuiNET.ImGui.VSliderScalar*"></a>
<h4 id="ImGuiNET_ImGui_VSliderScalar_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiDataType_System_IntPtr_System_IntPtr_System_IntPtr_System_String_System_Single_" data-uid="ImGuiNET.ImGui.VSliderScalar(System.String,System.Numerics.Vector2,ImGuiNET.ImGuiDataType,System.IntPtr,System.IntPtr,System.IntPtr,System.String,System.Single)">VSliderScalar(String, Vector2, ImGuiDataType, IntPtr, IntPtr, IntPtr, String, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool VSliderScalar(string label, Vector2 size, ImGuiDataType data_type, IntPtr v, IntPtr v_min, IntPtr v_max, string format, float power)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDataType.html">ImGuiDataType</a></td>
<td><span class="parametername">data_type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">power</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGui.NET/new/c02464792ff116faf96a24b445245b6d5a2a8d0c/apiSpec/new?filename=ImGuiNET_ImGui.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGui%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGui.NET/blob/c02464792ff116faf96a24b445245b6d5a2a8d0c/src/ImGui.NET/Generated/ImGui.gen.cs/#L8" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>