Struct ImGuiPlatformIOPtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: ImGui.NET.dll
public struct ImGuiPlatformIOPtr
Constructors
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformIOPtr(ImGuiPlatformIO*nativePtr)
Parameters
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformIOPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Declaration
public readonly ImPtrVector<ImGuiPlatformMonitorPtr> Monitors { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ImGuiPlatformIO*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_CreateVkSurface { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_CreateWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_DestroyWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_GetWindowDpiScale { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_GetWindowFocus { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_GetWindowMinimized { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_GetWindowPos { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_GetWindowSize { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_OnChangedViewport { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_RenderWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_SetWindowAlpha { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_SetWindowFocus { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_SetWindowPos { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_SetWindowSize { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_SetWindowTitle { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_ShowWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_SwapBuffers { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Platform_UpdateWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Renderer_CreateWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Renderer_DestroyWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Renderer_RenderWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Renderer_SetWindowSize { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ref IntPtr Renderer_SwapBuffers { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly ImVector<ImGuiViewportPtr> Viewports { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformIOPtr(ImGuiPlatformIO*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformIO*(ImGuiPlatformIOPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformIOPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns