Dalamud/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html
2021-10-20 03:28:38 +02:00

1185 lines
62 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 ImGuiPlatformIOPtr
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Struct ImGuiPlatformIOPtr
">
<meta name="generator" content="docfx 2.58.4.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.ImGuiPlatformIOPtr">
<h1 id="ImGuiNET_ImGuiPlatformIOPtr" data-uid="ImGuiNET.ImGuiPlatformIOPtr" class="text-break">Struct ImGuiPlatformIOPtr
</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.GetType()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</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_ImGuiPlatformIOPtr_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct ImGuiPlatformIOPtr</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr__ctor_ImGuiNET_ImGuiPlatformIO__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.%23ctor(ImGuiNET.ImGuiPlatformIO*)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L40">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr__ctor_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.#ctor*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr__ctor_ImGuiNET_ImGuiPlatformIO__" data-uid="ImGuiNET.ImGuiPlatformIOPtr.#ctor(ImGuiNET.ImGuiPlatformIO*)">ImGuiPlatformIOPtr(ImGuiPlatformIO*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ImGuiPlatformIOPtr(ImGuiPlatformIO*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.ImGuiPlatformIO.html">ImGuiPlatformIO</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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.%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/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L41">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr__ctor_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.#ctor*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr__ctor_System_IntPtr_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.#ctor(System.IntPtr)">ImGuiPlatformIOPtr(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 ImGuiPlatformIOPtr(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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Monitors.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Monitors%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L69">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Monitors_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Monitors*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Monitors" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Monitors">Monitors</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImPtrVector&lt;ImGuiPlatformMonitorPtr&gt; Monitors { 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>&lt;<a class="xref" href="ImGuiNET.ImGuiPlatformMonitorPtr.html">ImGuiPlatformMonitorPtr</a>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_NativePtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.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/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L39">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_NativePtr_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.NativePtr*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_NativePtr" data-uid="ImGuiNET.ImGuiPlatformIOPtr.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 readonly ImGuiPlatformIO*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.ImGuiPlatformIO.html">ImGuiPlatformIO</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_CreateVkSurface.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_CreateVkSurface%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L63">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_CreateVkSurface_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_CreateVkSurface*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_CreateVkSurface" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_CreateVkSurface">Platform_CreateVkSurface</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_CreateVkSurface { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_CreateWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_CreateWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L45">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_CreateWindow_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_CreateWindow*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_CreateWindow" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_CreateWindow">Platform_CreateWindow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_CreateWindow { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_DestroyWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_DestroyWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L46">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_DestroyWindow_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_DestroyWindow*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_DestroyWindow" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_DestroyWindow">Platform_DestroyWindow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_DestroyWindow { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowDpiScale.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowDpiScale%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L60">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowDpiScale_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowDpiScale*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowDpiScale" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowDpiScale">Platform_GetWindowDpiScale</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_GetWindowDpiScale { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowFocus.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L53">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowFocus_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowFocus*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowFocus" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowFocus">Platform_GetWindowFocus</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_GetWindowFocus { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowMinimized.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowMinimized%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L54">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowMinimized_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowMinimized*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowMinimized" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowMinimized">Platform_GetWindowMinimized</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_GetWindowMinimized { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L49">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowPos_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowPos*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowPos" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowPos">Platform_GetWindowPos</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_GetWindowPos { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowSize.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L51">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowSize_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowSize*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_GetWindowSize" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_GetWindowSize">Platform_GetWindowSize</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_GetWindowSize { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_OnChangedViewport.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_OnChangedViewport%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L61">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_OnChangedViewport_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_OnChangedViewport*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_OnChangedViewport" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_OnChangedViewport">Platform_OnChangedViewport</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_OnChangedViewport { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_RenderWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_RenderWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L58">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_RenderWindow_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_RenderWindow*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_RenderWindow" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_RenderWindow">Platform_RenderWindow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_RenderWindow { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_SetImeInputPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_SetImeInputPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L62">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetImeInputPos_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetImeInputPos*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetImeInputPos" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetImeInputPos">Platform_SetImeInputPos</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_SetImeInputPos { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowAlpha.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowAlpha%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L56">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowAlpha_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowAlpha*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowAlpha" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowAlpha">Platform_SetWindowAlpha</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_SetWindowAlpha { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowFocus.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L52">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowFocus_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowFocus*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowFocus" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowFocus">Platform_SetWindowFocus</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_SetWindowFocus { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowPos.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L48">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowPos_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowPos*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowPos" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowPos">Platform_SetWindowPos</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_SetWindowPos { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowSize.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L50">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowSize_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowSize*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowSize" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowSize">Platform_SetWindowSize</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_SetWindowSize { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowTitle.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowTitle%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L55">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowTitle_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowTitle*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SetWindowTitle" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SetWindowTitle">Platform_SetWindowTitle</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_SetWindowTitle { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_ShowWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_ShowWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L47">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_ShowWindow_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_ShowWindow*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_ShowWindow" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_ShowWindow">Platform_ShowWindow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_ShowWindow { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_SwapBuffers.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_SwapBuffers%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L59">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SwapBuffers_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SwapBuffers*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_SwapBuffers" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_SwapBuffers">Platform_SwapBuffers</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_SwapBuffers { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Platform_UpdateWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Platform_UpdateWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L57">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Platform_UpdateWindow_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_UpdateWindow*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Platform_UpdateWindow" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Platform_UpdateWindow">Platform_UpdateWindow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Platform_UpdateWindow { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Renderer_CreateWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Renderer_CreateWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L64">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_CreateWindow_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_CreateWindow*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_CreateWindow" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_CreateWindow">Renderer_CreateWindow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Renderer_CreateWindow { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Renderer_DestroyWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Renderer_DestroyWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L65">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_DestroyWindow_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_DestroyWindow*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_DestroyWindow" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_DestroyWindow">Renderer_DestroyWindow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Renderer_DestroyWindow { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Renderer_RenderWindow.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Renderer_RenderWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L67">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_RenderWindow_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_RenderWindow*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_RenderWindow" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_RenderWindow">Renderer_RenderWindow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Renderer_RenderWindow { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Renderer_SetWindowSize.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Renderer_SetWindowSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L66">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_SetWindowSize_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_SetWindowSize*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_SetWindowSize" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_SetWindowSize">Renderer_SetWindowSize</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Renderer_SetWindowSize { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Renderer_SwapBuffers.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Renderer_SwapBuffers%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L68">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_SwapBuffers_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_SwapBuffers*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Renderer_SwapBuffers" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Renderer_SwapBuffers">Renderer_SwapBuffers</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref IntPtr Renderer_SwapBuffers { 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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Viewports.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.Viewports%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L70">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Viewports_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Viewports*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Viewports" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Viewports">Viewports</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImVector&lt;ImGuiViewportPtr&gt; Viewports { 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>&lt;<a class="xref" href="ImGuiNET.ImGuiViewportPtr.html">ImGuiViewportPtr</a>&gt;</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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_Destroy.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.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/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L71">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_Destroy_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.Destroy*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_Destroy" data-uid="ImGuiNET.ImGuiPlatformIOPtr.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>
<h3 id="operators">Operators
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_ImGuiNET_ImGuiPlatformIO___ImGuiNET_ImGuiPlatformIOPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.op_Implicit(ImGuiNET.ImGuiPlatformIO*)~ImGuiNET.ImGuiPlatformIOPtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L42">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_ImGuiNET_ImGuiPlatformIO___ImGuiNET_ImGuiPlatformIOPtr" data-uid="ImGuiNET.ImGuiPlatformIOPtr.op_Implicit(ImGuiNET.ImGuiPlatformIO*)~ImGuiNET.ImGuiPlatformIOPtr">Implicit(ImGuiPlatformIO* to ImGuiPlatformIOPtr)</h4>
<div class="markdown level1 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 ImGuiPlatformIOPtr(ImGuiPlatformIO*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.ImGuiPlatformIO.html">ImGuiPlatformIO</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.ImGuiPlatformIOPtr.html">ImGuiPlatformIOPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_ImGuiNET_ImGuiPlatformIOPtr__ImGuiNET_ImGuiPlatformIO_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.op_Implicit(ImGuiNET.ImGuiPlatformIOPtr)~ImGuiNET.ImGuiPlatformIO*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L43">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_ImGuiNET_ImGuiPlatformIOPtr__ImGuiNET_ImGuiPlatformIO_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.op_Implicit(ImGuiNET.ImGuiPlatformIOPtr)~ImGuiNET.ImGuiPlatformIO*">Implicit(ImGuiPlatformIOPtr to ImGuiPlatformIO*)</h4>
<div class="markdown level1 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 ImGuiPlatformIO*(ImGuiPlatformIOPtr 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.ImGuiPlatformIOPtr.html">ImGuiPlatformIOPtr</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.ImGuiPlatformIO.html">ImGuiPlatformIO</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_System_IntPtr__ImGuiNET_ImGuiPlatformIOPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr.op_Implicit(System.IntPtr)~ImGuiNET.ImGuiPlatformIOPtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L44">View Source</a>
</span>
<a id="ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_" data-uid="ImGuiNET.ImGuiPlatformIOPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImGuiPlatformIOPtr_op_Implicit_System_IntPtr__ImGuiNET_ImGuiPlatformIOPtr" data-uid="ImGuiNET.ImGuiPlatformIOPtr.op_Implicit(System.IntPtr)~ImGuiNET.ImGuiPlatformIOPtr">Implicit(IntPtr to ImGuiPlatformIOPtr)</h4>
<div class="markdown level1 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 ImGuiPlatformIOPtr(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.ImGuiPlatformIOPtr.html">ImGuiPlatformIOPtr</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/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImGuiPlatformIOPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImGuiPlatformIOPtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs/#L37" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</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>