mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
4174 lines
220 KiB
HTML
4174 lines
220 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE]><![endif]-->
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>Struct ImDrawListPtr
|
|
</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="Struct ImDrawListPtr
|
|
">
|
|
<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.ImDrawListPtr">
|
|
|
|
|
|
<h1 id="ImGuiNET_ImDrawListPtr" data-uid="ImGuiNET.ImDrawListPtr" class="text-break">Struct ImDrawListPtr
|
|
</h1>
|
|
<div class="markdown level0 summary"></div>
|
|
<div class="markdown level0 conceptual"></div>
|
|
<div class="inheritedMembers">
|
|
<h5>Inherited Members</h5>
|
|
<div>
|
|
<span class="xref">System.ValueType.Equals(System.Object)</span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">System.ValueType.GetHashCode()</span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">System.ValueType.ToString()</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.GetType()</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_ImDrawListPtr_syntax">Syntax</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public struct ImDrawListPtr</code></pre>
|
|
</div>
|
|
<h3 id="constructors">Constructors
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__ctor_ImGuiNET_ImDrawList__.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.%23ctor(ImGuiNET.ImDrawList*)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L28">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__ctor_" data-uid="ImGuiNET.ImDrawListPtr.#ctor*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__ctor_ImGuiNET_ImDrawList__" data-uid="ImGuiNET.ImDrawListPtr.#ctor(ImGuiNET.ImDrawList*)">ImDrawListPtr(ImDrawList*)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImDrawListPtr(ImDrawList*nativePtr)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table 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.ImDrawList.html">ImDrawList</a>*</td>
|
|
<td><span class="parametername">nativePtr</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__ctor_System_IntPtr_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.%23ctor(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L29">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__ctor_" data-uid="ImGuiNET.ImDrawListPtr.#ctor*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__ctor_System_IntPtr_" data-uid="ImGuiNET.ImDrawListPtr.#ctor(System.IntPtr)">ImDrawListPtr(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 ImDrawListPtr(IntPtr nativePtr)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">nativePtr</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="properties">Properties
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__ClipRectStack.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._ClipRectStack%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L43">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__ClipRectStack_" data-uid="ImGuiNET.ImDrawListPtr._ClipRectStack*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__ClipRectStack" data-uid="ImGuiNET.ImDrawListPtr._ClipRectStack">_ClipRectStack</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImVector<Vector4> _ClipRectStack { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImVector-1.html">ImVector</a><<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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__Data.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._Data%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L37">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__Data_" data-uid="ImGuiNET.ImDrawListPtr._Data*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__Data" data-uid="ImGuiNET.ImDrawListPtr._Data">_Data</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IntPtr _Data { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</h5>
|
|
<table class="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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__IdxWritePtr.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._IdxWritePtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L42">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__IdxWritePtr_" data-uid="ImGuiNET.ImDrawListPtr._IdxWritePtr*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__IdxWritePtr" data-uid="ImGuiNET.ImDrawListPtr._IdxWritePtr">_IdxWritePtr</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IntPtr _IdxWritePtr { get; set; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</h5>
|
|
<table class="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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__OwnerName.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._OwnerName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L38">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__OwnerName_" data-uid="ImGuiNET.ImDrawListPtr._OwnerName*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__OwnerName" data-uid="ImGuiNET.ImDrawListPtr._OwnerName">_OwnerName</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public NullTerminatedString _OwnerName { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.NullTerminatedString.html">NullTerminatedString</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__Path.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._Path%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L45">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__Path_" data-uid="ImGuiNET.ImDrawListPtr._Path*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__Path" data-uid="ImGuiNET.ImDrawListPtr._Path">_Path</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImVector<Vector2> _Path { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImVector-1.html">ImVector</a><<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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__Splitter.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._Splitter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L46">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__Splitter_" data-uid="ImGuiNET.ImDrawListPtr._Splitter*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__Splitter" data-uid="ImGuiNET.ImDrawListPtr._Splitter">_Splitter</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImDrawListSplitter _Splitter { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImDrawListSplitter.html">ImDrawListSplitter</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__TextureIdStack.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._TextureIdStack%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L44">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__TextureIdStack_" data-uid="ImGuiNET.ImDrawListPtr._TextureIdStack*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__TextureIdStack" data-uid="ImGuiNET.ImDrawListPtr._TextureIdStack">_TextureIdStack</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImVector<IntPtr> _TextureIdStack { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImVector-1.html">ImVector</a><<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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__VtxCurrentIdx.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._VtxCurrentIdx%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L40">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__VtxCurrentIdx_" data-uid="ImGuiNET.ImDrawListPtr._VtxCurrentIdx*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__VtxCurrentIdx" data-uid="ImGuiNET.ImDrawListPtr._VtxCurrentIdx">_VtxCurrentIdx</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint _VtxCurrentIdx { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</h5>
|
|
<table class="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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__VtxCurrentOffset.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._VtxCurrentOffset%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L39">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__VtxCurrentOffset_" data-uid="ImGuiNET.ImDrawListPtr._VtxCurrentOffset*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__VtxCurrentOffset" data-uid="ImGuiNET.ImDrawListPtr._VtxCurrentOffset">_VtxCurrentOffset</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint _VtxCurrentOffset { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</h5>
|
|
<table class="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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr__VtxWritePtr.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr._VtxWritePtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L41">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr__VtxWritePtr_" data-uid="ImGuiNET.ImDrawListPtr._VtxWritePtr*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr__VtxWritePtr" data-uid="ImGuiNET.ImDrawListPtr._VtxWritePtr">_VtxWritePtr</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImDrawVertPtr _VtxWritePtr { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImDrawVertPtr.html">ImDrawVertPtr</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_CmdBuffer.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.CmdBuffer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L33">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_CmdBuffer_" data-uid="ImGuiNET.ImDrawListPtr.CmdBuffer*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_CmdBuffer" data-uid="ImGuiNET.ImDrawListPtr.CmdBuffer">CmdBuffer</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImPtrVector<ImDrawCmdPtr> CmdBuffer { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImPtrVector-1.html">ImPtrVector</a><<a class="xref" href="ImGuiNET.ImDrawCmdPtr.html">ImDrawCmdPtr</a>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_Flags.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.Flags%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L36">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_Flags_" data-uid="ImGuiNET.ImDrawListPtr.Flags*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_Flags" data-uid="ImGuiNET.ImDrawListPtr.Flags">Flags</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImDrawListFlags Flags { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImDrawListFlags.html">ImDrawListFlags</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_IdxBuffer.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.IdxBuffer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L34">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_IdxBuffer_" data-uid="ImGuiNET.ImDrawListPtr.IdxBuffer*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_IdxBuffer" data-uid="ImGuiNET.ImDrawListPtr.IdxBuffer">IdxBuffer</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImVector<ushort> IdxBuffer { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImVector-1.html">ImVector</a><<span class="xref">System.UInt16</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_NativePtr.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.NativePtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L27">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_NativePtr_" data-uid="ImGuiNET.ImDrawListPtr.NativePtr*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_NativePtr" data-uid="ImGuiNET.ImDrawListPtr.NativePtr">NativePtr</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImDrawList*NativePtr { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImDrawList.html">ImDrawList</a>*</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_VtxBuffer.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.VtxBuffer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L35">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_VtxBuffer_" data-uid="ImGuiNET.ImDrawListPtr.VtxBuffer*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_VtxBuffer" data-uid="ImGuiNET.ImDrawListPtr.VtxBuffer">VtxBuffer</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImPtrVector<ImDrawVertPtr> VtxBuffer { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</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.ImPtrVector-1.html">ImPtrVector</a><<a class="xref" href="ImGuiNET.ImDrawVertPtr.html">ImDrawVertPtr</a>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="methods">Methods
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddBezierCurve_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddBezierCurve(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L47">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddBezierCurve_" data-uid="ImGuiNET.ImDrawListPtr.AddBezierCurve*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddBezierCurve_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddBezierCurve(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single)">AddBezierCurve(Vector2, Vector2, Vector2, Vector2, UInt32, 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 void AddBezierCurve(Vector2 pos0, Vector2 cp0, Vector2 cp1, Vector2 pos1, uint col, float thickness)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">pos0</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">cp0</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">cp1</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">pos1</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddBezierCurve_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddBezierCurve(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L52">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddBezierCurve_" data-uid="ImGuiNET.ImDrawListPtr.AddBezierCurve*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddBezierCurve_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.AddBezierCurve(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single,System.Int32)">AddBezierCurve(Vector2, Vector2, Vector2, Vector2, UInt32, 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 void AddBezierCurve(Vector2 pos0, Vector2 cp0, Vector2 cp1, Vector2 pos1, uint col, float thickness, int num_segments)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">pos0</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">cp0</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">cp1</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">pos1</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">num_segments</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddCallback_System_IntPtr_System_IntPtr_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddCallback(System.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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L56">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddCallback_" data-uid="ImGuiNET.ImDrawListPtr.AddCallback*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddCallback_System_IntPtr_System_IntPtr_" data-uid="ImGuiNET.ImDrawListPtr.AddCallback(System.IntPtr,System.IntPtr)">AddCallback(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 void AddCallback(IntPtr callback, IntPtr 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.IntPtr</span></td>
|
|
<td><span class="parametername">callback</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.IntPtr</span></td>
|
|
<td><span class="parametername">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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddCircle_System_Numerics_Vector2_System_Single_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddCircle(System.Numerics.Vector2%2CSystem.Single%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L61">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddCircle_" data-uid="ImGuiNET.ImDrawListPtr.AddCircle*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddCircle_System_Numerics_Vector2_System_Single_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddCircle(System.Numerics.Vector2,System.Single,System.UInt32)">AddCircle(Vector2, Single, 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 void AddCircle(Vector2 centre, float radius, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">centre</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">radius</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddCircle_System_Numerics_Vector2_System_Single_System_UInt32_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddCircle(System.Numerics.Vector2%2CSystem.Single%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L67">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddCircle_" data-uid="ImGuiNET.ImDrawListPtr.AddCircle*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddCircle_System_Numerics_Vector2_System_Single_System_UInt32_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.AddCircle(System.Numerics.Vector2,System.Single,System.UInt32,System.Int32)">AddCircle(Vector2, Single, UInt32, 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 void AddCircle(Vector2 centre, float radius, uint col, int num_segments)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">centre</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">radius</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">num_segments</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddCircle_System_Numerics_Vector2_System_Single_System_UInt32_System_Int32_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddCircle(System.Numerics.Vector2%2CSystem.Single%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L72">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddCircle_" data-uid="ImGuiNET.ImDrawListPtr.AddCircle*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddCircle_System_Numerics_Vector2_System_Single_System_UInt32_System_Int32_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddCircle(System.Numerics.Vector2,System.Single,System.UInt32,System.Int32,System.Single)">AddCircle(Vector2, Single, UInt32, 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 void AddCircle(Vector2 centre, float radius, uint col, int num_segments, float thickness)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">centre</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">radius</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">num_segments</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddCircleFilled_System_Numerics_Vector2_System_Single_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddCircleFilled(System.Numerics.Vector2%2CSystem.Single%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L76">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddCircleFilled_" data-uid="ImGuiNET.ImDrawListPtr.AddCircleFilled*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddCircleFilled_System_Numerics_Vector2_System_Single_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddCircleFilled(System.Numerics.Vector2,System.Single,System.UInt32)">AddCircleFilled(Vector2, Single, 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 void AddCircleFilled(Vector2 centre, float radius, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">centre</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">radius</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddCircleFilled_System_Numerics_Vector2_System_Single_System_UInt32_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddCircleFilled(System.Numerics.Vector2%2CSystem.Single%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L81">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddCircleFilled_" data-uid="ImGuiNET.ImDrawListPtr.AddCircleFilled*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddCircleFilled_System_Numerics_Vector2_System_Single_System_UInt32_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.AddCircleFilled(System.Numerics.Vector2,System.Single,System.UInt32,System.Int32)">AddCircleFilled(Vector2, Single, UInt32, 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 void AddCircleFilled(Vector2 centre, float radius, uint col, int num_segments)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">centre</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">radius</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">num_segments</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddConvexPolyFilled_System_Numerics_Vector2__System_Int32_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddConvexPolyFilled(System.Numerics.Vector2%40%2CSystem.Int32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L85">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddConvexPolyFilled_" data-uid="ImGuiNET.ImDrawListPtr.AddConvexPolyFilled*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddConvexPolyFilled_System_Numerics_Vector2__System_Int32_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddConvexPolyFilled(System.Numerics.Vector2@,System.Int32,System.UInt32)">AddConvexPolyFilled(ref Vector2, Int32, 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 void AddConvexPolyFilled(ref Vector2 points, int num_points, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">points</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">num_points</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddDrawCmd.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddDrawCmd%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L92">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddDrawCmd_" data-uid="ImGuiNET.ImDrawListPtr.AddDrawCmd*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddDrawCmd" data-uid="ImGuiNET.ImDrawListPtr.AddDrawCmd">AddDrawCmd()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void AddDrawCmd()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImage_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImage(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L96">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImage_" data-uid="ImGuiNET.ImDrawListPtr.AddImage*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImage_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.AddImage(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2)">AddImage(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 void AddImage(IntPtr user_texture_id, Vector2 a, Vector2 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.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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImage_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImage(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L103">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImage_" data-uid="ImGuiNET.ImDrawListPtr.AddImage*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImage_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.AddImage(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">AddImage(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 void AddImage(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 uv_a)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImage_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImage(System.IntPtr%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L109">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImage_" data-uid="ImGuiNET.ImDrawListPtr.AddImage*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImage_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.AddImage(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">AddImage(IntPtr, Vector2, 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 void AddImage(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 uv_a, Vector2 uv_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.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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImage_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImage(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L114">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImage_" data-uid="ImGuiNET.ImDrawListPtr.AddImage*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImage_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddImage(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddImage(IntPtr, Vector2, Vector2, Vector2, Vector2, 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 void AddImage(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 uv_a, Vector2 uv_b, 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.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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L118">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImageQuad_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">AddImageQuad(IntPtr, Vector2, 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 void AddImageQuad(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 c, Vector2 d)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L127">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImageQuad_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">AddImageQuad(IntPtr, Vector2, Vector2, 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 void AddImageQuad(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 c, Vector2 d, Vector2 uv_a)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L135">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImageQuad_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">AddImageQuad(IntPtr, Vector2, Vector2, Vector2, 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 void AddImageQuad(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 c, Vector2 d, Vector2 uv_a, Vector2 uv_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.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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L142">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImageQuad_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2, 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 void AddImageQuad(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 c, Vector2 d, Vector2 uv_a, Vector2 uv_b, Vector2 uv_c)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L148">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImageQuad_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2, Vector2, 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 void AddImageQuad(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 c, Vector2 d, Vector2 uv_a, Vector2 uv_b, Vector2 uv_c, Vector2 uv_d)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L153">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImageQuad_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImageQuad_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddImageQuad(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, 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 void AddImageQuad(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 c, Vector2 d, Vector2 uv_a, Vector2 uv_b, Vector2 uv_c, Vector2 uv_d, 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.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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_d</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImageRounded_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImageRounded(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L157">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImageRounded_" data-uid="ImGuiNET.ImDrawListPtr.AddImageRounded*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImageRounded_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddImageRounded(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single)">AddImageRounded(IntPtr, Vector2, Vector2, Vector2, Vector2, UInt32, 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 void AddImageRounded(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 uv_a, Vector2 uv_b, uint col, float rounding)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddImageRounded_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_ImGuiNET_ImDrawCornerFlags_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddImageRounded(System.IntPtr%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%2CSystem.Single%2CImGuiNET.ImDrawCornerFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L162">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddImageRounded_" data-uid="ImGuiNET.ImDrawListPtr.AddImageRounded*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddImageRounded_System_IntPtr_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_ImGuiNET_ImDrawCornerFlags_" data-uid="ImGuiNET.ImDrawListPtr.AddImageRounded(System.IntPtr,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single,ImGuiNET.ImDrawCornerFlags)">AddImageRounded(IntPtr, Vector2, Vector2, Vector2, Vector2, UInt32, Single, ImDrawCornerFlags)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void AddImageRounded(IntPtr user_texture_id, Vector2 a, Vector2 b, Vector2 uv_a, Vector2 uv_b, uint col, float rounding, ImDrawCornerFlags rounding_corners)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="ImGuiNET.ImDrawCornerFlags.html">ImDrawCornerFlags</a></td>
|
|
<td><span class="parametername">rounding_corners</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddLine_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddLine(System.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L166">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddLine_" data-uid="ImGuiNET.ImDrawListPtr.AddLine*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddLine_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddLine(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddLine(Vector2, Vector2, 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 void AddLine(Vector2 a, Vector2 b, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddLine_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddLine(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L171">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddLine_" data-uid="ImGuiNET.ImDrawListPtr.AddLine*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddLine_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddLine(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single)">AddLine(Vector2, Vector2, UInt32, 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 void AddLine(Vector2 a, Vector2 b, uint col, float thickness)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddPolyline_System_Numerics_Vector2__System_Int32_System_UInt32_System_Boolean_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddPolyline(System.Numerics.Vector2%40%2CSystem.Int32%2CSystem.UInt32%2CSystem.Boolean%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L175">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddPolyline_" data-uid="ImGuiNET.ImDrawListPtr.AddPolyline*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddPolyline_System_Numerics_Vector2__System_Int32_System_UInt32_System_Boolean_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddPolyline(System.Numerics.Vector2@,System.Int32,System.UInt32,System.Boolean,System.Single)">AddPolyline(ref Vector2, Int32, UInt32, Boolean, 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 void AddPolyline(ref Vector2 points, int num_points, uint col, bool closed, float thickness)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">points</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">num_points</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">closed</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddQuad_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddQuad(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L183">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddQuad_" data-uid="ImGuiNET.ImDrawListPtr.AddQuad*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddQuad_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddQuad(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddQuad(Vector2, Vector2, Vector2, Vector2, 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 void AddQuad(Vector2 a, Vector2 b, Vector2 c, Vector2 d, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddQuad_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddQuad(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L188">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddQuad_" data-uid="ImGuiNET.ImDrawListPtr.AddQuad*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddQuad_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddQuad(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single)">AddQuad(Vector2, Vector2, Vector2, Vector2, UInt32, 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 void AddQuad(Vector2 a, Vector2 b, Vector2 c, Vector2 d, uint col, float thickness)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddQuadFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddQuadFilled(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L192">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddQuadFilled_" data-uid="ImGuiNET.ImDrawListPtr.AddQuadFilled*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddQuadFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddQuadFilled(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddQuadFilled(Vector2, Vector2, Vector2, Vector2, 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 void AddQuadFilled(Vector2 a, Vector2 b, Vector2 c, Vector2 d, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L196">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddRect_" data-uid="ImGuiNET.ImDrawListPtr.AddRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddRect(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddRect(Vector2, Vector2, 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 void AddRect(Vector2 a, Vector2 b, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L203">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddRect_" data-uid="ImGuiNET.ImDrawListPtr.AddRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddRect(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single)">AddRect(Vector2, Vector2, UInt32, 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 void AddRect(Vector2 a, Vector2 b, uint col, float rounding)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_ImGuiNET_ImDrawCornerFlags_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%2CSystem.Single%2CImGuiNET.ImDrawCornerFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L209">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddRect_" data-uid="ImGuiNET.ImDrawListPtr.AddRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_ImGuiNET_ImDrawCornerFlags_" data-uid="ImGuiNET.ImDrawListPtr.AddRect(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single,ImGuiNET.ImDrawCornerFlags)">AddRect(Vector2, Vector2, UInt32, Single, ImDrawCornerFlags)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void AddRect(Vector2 a, Vector2 b, uint col, float rounding, ImDrawCornerFlags rounding_corners)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="ImGuiNET.ImDrawCornerFlags.html">ImDrawCornerFlags</a></td>
|
|
<td><span class="parametername">rounding_corners</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_ImGuiNET_ImDrawCornerFlags_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%2CSystem.Single%2CImGuiNET.ImDrawCornerFlags%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L214">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddRect_" data-uid="ImGuiNET.ImDrawListPtr.AddRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_ImGuiNET_ImDrawCornerFlags_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddRect(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single,ImGuiNET.ImDrawCornerFlags,System.Single)">AddRect(Vector2, Vector2, UInt32, Single, ImDrawCornerFlags, 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 void AddRect(Vector2 a, Vector2 b, uint col, float rounding, ImDrawCornerFlags rounding_corners, float thickness)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="ImGuiNET.ImDrawCornerFlags.html">ImDrawCornerFlags</a></td>
|
|
<td><span class="parametername">rounding_corners</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddRectFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddRectFilled(System.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L218">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddRectFilled_" data-uid="ImGuiNET.ImDrawListPtr.AddRectFilled*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddRectFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddRectFilled(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddRectFilled(Vector2, Vector2, 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 void AddRectFilled(Vector2 a, Vector2 b, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddRectFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddRectFilled(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L224">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddRectFilled_" data-uid="ImGuiNET.ImDrawListPtr.AddRectFilled*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddRectFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddRectFilled(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single)">AddRectFilled(Vector2, Vector2, UInt32, 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 void AddRectFilled(Vector2 a, Vector2 b, uint col, float rounding)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddRectFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_ImGuiNET_ImDrawCornerFlags_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddRectFilled(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%2CSystem.Single%2CImGuiNET.ImDrawCornerFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L229">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddRectFilled_" data-uid="ImGuiNET.ImDrawListPtr.AddRectFilled*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddRectFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_ImGuiNET_ImDrawCornerFlags_" data-uid="ImGuiNET.ImDrawListPtr.AddRectFilled(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single,ImGuiNET.ImDrawCornerFlags)">AddRectFilled(Vector2, Vector2, UInt32, Single, ImDrawCornerFlags)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void AddRectFilled(Vector2 a, Vector2 b, uint col, float rounding, ImDrawCornerFlags rounding_corners)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="ImGuiNET.ImDrawCornerFlags.html">ImDrawCornerFlags</a></td>
|
|
<td><span class="parametername">rounding_corners</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddRectFilledMultiColor_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_UInt32_System_UInt32_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddRectFilledMultiColor(System.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L233">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddRectFilledMultiColor_" data-uid="ImGuiNET.ImDrawListPtr.AddRectFilledMultiColor*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddRectFilledMultiColor_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_UInt32_System_UInt32_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddRectFilledMultiColor(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.UInt32,System.UInt32,System.UInt32)">AddRectFilledMultiColor(Vector2, Vector2, 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 void AddRectFilledMultiColor(Vector2 a, Vector2 b, uint col_upr_left, uint col_upr_right, uint col_bot_right, uint col_bot_left)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col_upr_left</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col_upr_right</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col_bot_right</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col_bot_left</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddText_ImGuiNET_ImFontPtr_System_Single_System_Numerics_Vector2_System_UInt32_System_String_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddText(ImGuiNET.ImFontPtr%2CSystem.Single%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/ImDrawList.Manual.cs/#L21">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddText_" data-uid="ImGuiNET.ImDrawListPtr.AddText*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddText_ImGuiNET_ImFontPtr_System_Single_System_Numerics_Vector2_System_UInt32_System_String_" data-uid="ImGuiNET.ImDrawListPtr.AddText(ImGuiNET.ImFontPtr,System.Single,System.Numerics.Vector2,System.UInt32,System.String)">AddText(ImFontPtr, Single, Vector2, UInt32, 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 void AddText(ImFontPtr font, float font_size, Vector2 pos, uint col, string text_begin)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table 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>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">font_size</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><span class="xref">System.UInt32</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">text_begin</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddText_System_Numerics_Vector2_System_UInt32_System_String_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddText(System.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/ImDrawList.Manual.cs/#L8">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddText_" data-uid="ImGuiNET.ImDrawListPtr.AddText*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddText_System_Numerics_Vector2_System_UInt32_System_String_" data-uid="ImGuiNET.ImDrawListPtr.AddText(System.Numerics.Vector2,System.UInt32,System.String)">AddText(Vector2, UInt32, 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 void AddText(Vector2 pos, uint col, string text_begin)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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><span class="xref">System.UInt32</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">text_begin</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddTriangle_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddTriangle(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L237">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddTriangle_" data-uid="ImGuiNET.ImDrawListPtr.AddTriangle*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddTriangle_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddTriangle(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddTriangle(Vector2, Vector2, Vector2, 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 void AddTriangle(Vector2 a, Vector2 b, Vector2 c, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddTriangle_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddTriangle(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L242">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddTriangle_" data-uid="ImGuiNET.ImDrawListPtr.AddTriangle*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddTriangle_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.AddTriangle(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32,System.Single)">AddTriangle(Vector2, Vector2, Vector2, UInt32, 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 void AddTriangle(Vector2 a, Vector2 b, Vector2 c, uint col, float thickness)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">col</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_AddTriangleFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.AddTriangleFilled(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L246">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_AddTriangleFilled_" data-uid="ImGuiNET.ImDrawListPtr.AddTriangleFilled*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_AddTriangleFilled_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.AddTriangleFilled(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">AddTriangleFilled(Vector2, Vector2, Vector2, 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 void AddTriangleFilled(Vector2 a, Vector2 b, Vector2 c, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_ChannelsMerge.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.ChannelsMerge%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L250">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_ChannelsMerge_" data-uid="ImGuiNET.ImDrawListPtr.ChannelsMerge*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_ChannelsMerge" data-uid="ImGuiNET.ImDrawListPtr.ChannelsMerge">ChannelsMerge()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void ChannelsMerge()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_ChannelsSetCurrent_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.ChannelsSetCurrent(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L254">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_ChannelsSetCurrent_" data-uid="ImGuiNET.ImDrawListPtr.ChannelsSetCurrent*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_ChannelsSetCurrent_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.ChannelsSetCurrent(System.Int32)">ChannelsSetCurrent(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 void ChannelsSetCurrent(int n)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">n</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_ChannelsSplit_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.ChannelsSplit(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L258">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_ChannelsSplit_" data-uid="ImGuiNET.ImDrawListPtr.ChannelsSplit*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_ChannelsSplit_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.ChannelsSplit(System.Int32)">ChannelsSplit(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 void ChannelsSplit(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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_Clear.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.Clear%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L262">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_Clear_" data-uid="ImGuiNET.ImDrawListPtr.Clear*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_Clear" data-uid="ImGuiNET.ImDrawListPtr.Clear">Clear()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Clear()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_ClearFreeMemory.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.ClearFreeMemory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L266">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_ClearFreeMemory_" data-uid="ImGuiNET.ImDrawListPtr.ClearFreeMemory*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_ClearFreeMemory" data-uid="ImGuiNET.ImDrawListPtr.ClearFreeMemory">ClearFreeMemory()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void ClearFreeMemory()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_CloneOutput.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.CloneOutput%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L270">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_CloneOutput_" data-uid="ImGuiNET.ImDrawListPtr.CloneOutput*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_CloneOutput" data-uid="ImGuiNET.ImDrawListPtr.CloneOutput">CloneOutput()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ImDrawListPtr CloneOutput()</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_Destroy.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.Destroy%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L275">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_Destroy_" data-uid="ImGuiNET.ImDrawListPtr.Destroy*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_Destroy" data-uid="ImGuiNET.ImDrawListPtr.Destroy">Destroy()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Destroy()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_GetClipRectMax.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.GetClipRectMax%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L279">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_GetClipRectMax_" data-uid="ImGuiNET.ImDrawListPtr.GetClipRectMax*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_GetClipRectMax" data-uid="ImGuiNET.ImDrawListPtr.GetClipRectMax">GetClipRectMax()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Vector2 GetClipRectMax()</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_GetClipRectMin.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.GetClipRectMin%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L284">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_GetClipRectMin_" data-uid="ImGuiNET.ImDrawListPtr.GetClipRectMin*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_GetClipRectMin" data-uid="ImGuiNET.ImDrawListPtr.GetClipRectMin">GetClipRectMin()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Vector2 GetClipRectMin()</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathArcTo_System_Numerics_Vector2_System_Single_System_Single_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathArcTo(System.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L289">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathArcTo_" data-uid="ImGuiNET.ImDrawListPtr.PathArcTo*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathArcTo_System_Numerics_Vector2_System_Single_System_Single_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.PathArcTo(System.Numerics.Vector2,System.Single,System.Single,System.Single)">PathArcTo(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 void PathArcTo(Vector2 centre, float radius, float a_min, float a_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">centre</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">radius</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">a_min</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">a_max</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathArcTo_System_Numerics_Vector2_System_Single_System_Single_System_Single_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathArcTo(System.Numerics.Vector2%2CSystem.Single%2CSystem.Single%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L294">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathArcTo_" data-uid="ImGuiNET.ImDrawListPtr.PathArcTo*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathArcTo_System_Numerics_Vector2_System_Single_System_Single_System_Single_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.PathArcTo(System.Numerics.Vector2,System.Single,System.Single,System.Single,System.Int32)">PathArcTo(Vector2, Single, Single, 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 void PathArcTo(Vector2 centre, float radius, float a_min, float a_max, int num_segments)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">centre</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">radius</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">a_min</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">a_max</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">num_segments</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathArcToFast_System_Numerics_Vector2_System_Single_System_Int32_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathArcToFast(System.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L298">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathArcToFast_" data-uid="ImGuiNET.ImDrawListPtr.PathArcToFast*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathArcToFast_System_Numerics_Vector2_System_Single_System_Int32_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.PathArcToFast(System.Numerics.Vector2,System.Single,System.Int32,System.Int32)">PathArcToFast(Vector2, 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 void PathArcToFast(Vector2 centre, float radius, int a_min_of_12, int a_max_of_12)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">centre</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">radius</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">a_min_of_12</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">a_max_of_12</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathBezierCurveTo_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathBezierCurveTo(System.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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L302">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathBezierCurveTo_" data-uid="ImGuiNET.ImDrawListPtr.PathBezierCurveTo*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathBezierCurveTo_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.PathBezierCurveTo(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)">PathBezierCurveTo(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 void PathBezierCurveTo(Vector2 p1, Vector2 p2, Vector2 p3)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">p1</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">p2</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">p3</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathBezierCurveTo_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathBezierCurveTo(System.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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L307">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathBezierCurveTo_" data-uid="ImGuiNET.ImDrawListPtr.PathBezierCurveTo*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathBezierCurveTo_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.PathBezierCurveTo(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Int32)">PathBezierCurveTo(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 void PathBezierCurveTo(Vector2 p1, Vector2 p2, Vector2 p3, int num_segments)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">p1</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">p2</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">p3</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">num_segments</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathClear.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathClear%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L311">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathClear_" data-uid="ImGuiNET.ImDrawListPtr.PathClear*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathClear" data-uid="ImGuiNET.ImDrawListPtr.PathClear">PathClear()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void PathClear()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathFillConvex_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathFillConvex(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L315">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathFillConvex_" data-uid="ImGuiNET.ImDrawListPtr.PathFillConvex*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathFillConvex_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.PathFillConvex(System.UInt32)">PathFillConvex(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 void PathFillConvex(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>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathLineTo_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathLineTo(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L319">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathLineTo_" data-uid="ImGuiNET.ImDrawListPtr.PathLineTo*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathLineTo_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.PathLineTo(System.Numerics.Vector2)">PathLineTo(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 void PathLineTo(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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathLineToMergeDuplicate_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathLineToMergeDuplicate(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L323">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathLineToMergeDuplicate_" data-uid="ImGuiNET.ImDrawListPtr.PathLineToMergeDuplicate*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathLineToMergeDuplicate_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.PathLineToMergeDuplicate(System.Numerics.Vector2)">PathLineToMergeDuplicate(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 void PathLineToMergeDuplicate(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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathRect_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathRect(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L327">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathRect_" data-uid="ImGuiNET.ImDrawListPtr.PathRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathRect_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.PathRect(System.Numerics.Vector2,System.Numerics.Vector2)">PathRect(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 void PathRect(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>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L333">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathRect_" data-uid="ImGuiNET.ImDrawListPtr.PathRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.PathRect(System.Numerics.Vector2,System.Numerics.Vector2,System.Single)">PathRect(Vector2, 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 void PathRect(Vector2 rect_min, Vector2 rect_max, float rounding)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Single_ImGuiNET_ImDrawCornerFlags_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Single%2CImGuiNET.ImDrawCornerFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L338">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathRect_" data-uid="ImGuiNET.ImDrawListPtr.PathRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Single_ImGuiNET_ImDrawCornerFlags_" data-uid="ImGuiNET.ImDrawListPtr.PathRect(System.Numerics.Vector2,System.Numerics.Vector2,System.Single,ImGuiNET.ImDrawCornerFlags)">PathRect(Vector2, Vector2, Single, ImDrawCornerFlags)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void PathRect(Vector2 rect_min, Vector2 rect_max, float rounding, ImDrawCornerFlags rounding_corners)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">rounding</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="ImGuiNET.ImDrawCornerFlags.html">ImDrawCornerFlags</a></td>
|
|
<td><span class="parametername">rounding_corners</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathStroke_System_UInt32_System_Boolean_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathStroke(System.UInt32%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L342">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathStroke_" data-uid="ImGuiNET.ImDrawListPtr.PathStroke*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathStroke_System_UInt32_System_Boolean_" data-uid="ImGuiNET.ImDrawListPtr.PathStroke(System.UInt32,System.Boolean)">PathStroke(UInt32, 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 void PathStroke(uint col, bool closed)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">closed</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PathStroke_System_UInt32_System_Boolean_System_Single_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PathStroke(System.UInt32%2CSystem.Boolean%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L348">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PathStroke_" data-uid="ImGuiNET.ImDrawListPtr.PathStroke*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PathStroke_System_UInt32_System_Boolean_System_Single_" data-uid="ImGuiNET.ImDrawListPtr.PathStroke(System.UInt32,System.Boolean,System.Single)">PathStroke(UInt32, Boolean, 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 void PathStroke(uint col, bool closed, float thickness)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">closed</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">thickness</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PopClipRect.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L353">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PopClipRect_" data-uid="ImGuiNET.ImDrawListPtr.PopClipRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PopClipRect" data-uid="ImGuiNET.ImDrawListPtr.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 void PopClipRect()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PopTextureID.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PopTextureID%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L357">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PopTextureID_" data-uid="ImGuiNET.ImDrawListPtr.PopTextureID*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PopTextureID" data-uid="ImGuiNET.ImDrawListPtr.PopTextureID">PopTextureID()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void PopTextureID()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PrimQuadUV_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PrimQuadUV(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L361">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PrimQuadUV_" data-uid="ImGuiNET.ImDrawListPtr.PrimQuadUV*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PrimQuadUV_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.PrimQuadUV(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">PrimQuadUV(Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, 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 void PrimQuadUV(Vector2 a, Vector2 b, Vector2 c, Vector2 d, Vector2 uv_a, Vector2 uv_b, Vector2 uv_c, Vector2 uv_d, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_c</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_d</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PrimRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PrimRect(System.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L365">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PrimRect_" data-uid="ImGuiNET.ImDrawListPtr.PrimRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PrimRect_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.PrimRect(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">PrimRect(Vector2, Vector2, 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 void PrimRect(Vector2 a, Vector2 b, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PrimRectUV_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PrimRectUV(System.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L369">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PrimRectUV_" data-uid="ImGuiNET.ImDrawListPtr.PrimRectUV*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PrimRectUV_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.PrimRectUV(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">PrimRectUV(Vector2, Vector2, Vector2, Vector2, 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 void PrimRectUV(Vector2 a, Vector2 b, Vector2 uv_a, Vector2 uv_b, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv_b</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PrimReserve_System_Int32_System_Int32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PrimReserve(System.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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L373">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PrimReserve_" data-uid="ImGuiNET.ImDrawListPtr.PrimReserve*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PrimReserve_System_Int32_System_Int32_" data-uid="ImGuiNET.ImDrawListPtr.PrimReserve(System.Int32,System.Int32)">PrimReserve(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 void PrimReserve(int idx_count, int vtx_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">idx_count</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">vtx_count</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PrimVtx_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PrimVtx(System.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L377">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PrimVtx_" data-uid="ImGuiNET.ImDrawListPtr.PrimVtx*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PrimVtx_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.PrimVtx(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">PrimVtx(Vector2, Vector2, 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 void PrimVtx(Vector2 pos, Vector2 uv, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">pos</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PrimWriteIdx_System_UInt16_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PrimWriteIdx(System.UInt16)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L381">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PrimWriteIdx_" data-uid="ImGuiNET.ImDrawListPtr.PrimWriteIdx*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PrimWriteIdx_System_UInt16_" data-uid="ImGuiNET.ImDrawListPtr.PrimWriteIdx(System.UInt16)">PrimWriteIdx(UInt16)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void PrimWriteIdx(ushort 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><span class="xref">System.UInt16</span></td>
|
|
<td><span class="parametername">idx</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PrimWriteVtx_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PrimWriteVtx(System.Numerics.Vector2%2CSystem.Numerics.Vector2%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L385">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PrimWriteVtx_" data-uid="ImGuiNET.ImDrawListPtr.PrimWriteVtx*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PrimWriteVtx_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuiNET.ImDrawListPtr.PrimWriteVtx(System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">PrimWriteVtx(Vector2, Vector2, 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 void PrimWriteVtx(Vector2 pos, Vector2 uv, 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.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">pos</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">uv</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PushClipRect_System_Numerics_Vector2_System_Numerics_Vector2_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PushClipRect(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L389">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PushClipRect_" data-uid="ImGuiNET.ImDrawListPtr.PushClipRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PushClipRect_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImGuiNET.ImDrawListPtr.PushClipRect(System.Numerics.Vector2,System.Numerics.Vector2)">PushClipRect(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 void PushClipRect(Vector2 clip_rect_min, Vector2 clip_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">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>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PushClipRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Boolean_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L394">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PushClipRect_" data-uid="ImGuiNET.ImDrawListPtr.PushClipRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PushClipRect_System_Numerics_Vector2_System_Numerics_Vector2_System_Boolean_" data-uid="ImGuiNET.ImDrawListPtr.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 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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PushClipRectFullScreen.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PushClipRectFullScreen%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L399">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PushClipRectFullScreen_" data-uid="ImGuiNET.ImDrawListPtr.PushClipRectFullScreen*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PushClipRectFullScreen" data-uid="ImGuiNET.ImDrawListPtr.PushClipRectFullScreen">PushClipRectFullScreen()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void PushClipRectFullScreen()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_PushTextureID_System_IntPtr_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.PushTextureID(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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L403">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_PushTextureID_" data-uid="ImGuiNET.ImDrawListPtr.PushTextureID*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_PushTextureID_System_IntPtr_" data-uid="ImGuiNET.ImDrawListPtr.PushTextureID(System.IntPtr)">PushTextureID(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 void PushTextureID(IntPtr texture_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">texture_id</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_UpdateClipRect.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.UpdateClipRect%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L407">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_UpdateClipRect_" data-uid="ImGuiNET.ImDrawListPtr.UpdateClipRect*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_UpdateClipRect" data-uid="ImGuiNET.ImDrawListPtr.UpdateClipRect">UpdateClipRect()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void UpdateClipRect()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_UpdateTextureID.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.UpdateTextureID%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L411">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_UpdateTextureID_" data-uid="ImGuiNET.ImDrawListPtr.UpdateTextureID*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_UpdateTextureID" data-uid="ImGuiNET.ImDrawListPtr.UpdateTextureID">UpdateTextureID()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void UpdateTextureID()</code></pre>
|
|
</div>
|
|
<h3 id="operators">Operators
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_op_Implicit_ImGuiNET_ImDrawList___ImGuiNET_ImDrawListPtr.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.op_Implicit(ImGuiNET.ImDrawList*)~ImGuiNET.ImDrawListPtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L30">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_op_Implicit_" data-uid="ImGuiNET.ImDrawListPtr.op_Implicit*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_op_Implicit_ImGuiNET_ImDrawList___ImGuiNET_ImDrawListPtr" data-uid="ImGuiNET.ImDrawListPtr.op_Implicit(ImGuiNET.ImDrawList*)~ImGuiNET.ImDrawListPtr">Implicit(ImDrawList* to ImDrawListPtr)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator ImDrawListPtr(ImDrawList*nativePtr)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table 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.ImDrawList.html">ImDrawList</a>*</td>
|
|
<td><span class="parametername">nativePtr</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_op_Implicit_ImGuiNET_ImDrawListPtr__ImGuiNET_ImDrawList_.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.op_Implicit(ImGuiNET.ImDrawListPtr)~ImGuiNET.ImDrawList*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L31">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_op_Implicit_" data-uid="ImGuiNET.ImDrawListPtr.op_Implicit*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_op_Implicit_ImGuiNET_ImDrawListPtr__ImGuiNET_ImDrawList_" data-uid="ImGuiNET.ImDrawListPtr.op_Implicit(ImGuiNET.ImDrawListPtr)~ImGuiNET.ImDrawList*">Implicit(ImDrawListPtr to ImDrawList*)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator ImDrawList*(ImDrawListPtr wrappedPtr)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table 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.ImDrawListPtr.html">ImDrawListPtr</a></td>
|
|
<td><span class="parametername">wrappedPtr</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">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.ImDrawList.html">ImDrawList</a>*</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr_op_Implicit_System_IntPtr__ImGuiNET_ImDrawListPtr.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr.op_Implicit(System.IntPtr)~ImGuiNET.ImDrawListPtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L32">View Source</a>
|
|
</span>
|
|
<a id="ImGuiNET_ImDrawListPtr_op_Implicit_" data-uid="ImGuiNET.ImDrawListPtr.op_Implicit*"></a>
|
|
<h4 id="ImGuiNET_ImDrawListPtr_op_Implicit_System_IntPtr__ImGuiNET_ImDrawListPtr" data-uid="ImGuiNET.ImDrawListPtr.op_Implicit(System.IntPtr)~ImGuiNET.ImDrawListPtr">Implicit(IntPtr to ImDrawListPtr)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator ImDrawListPtr(IntPtr nativePtr)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered 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">nativePtr</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">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>
|
|
</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/ff-meli/ImGui.NET/new/85b836ac617a39560043c4add1e82e14ef0b1157/apiSpec/new?filename=ImGuiNET_ImDrawListPtr.md&value=---%0Auid%3A%20ImGuiNET.ImDrawListPtr%0Asummary%3A%20'*You%20can%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/ff-meli/ImGui.NET/blob/85b836ac617a39560043c4add1e82e14ef0b1157/src/ImGui.NET/Generated/ImDrawList.gen.cs/#L25" 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>
|