Struct ImGuiPlatformMonitorPtr
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 ImGuiPlatformMonitorPtr
Constructors
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformMonitorPtr(ImGuiPlatformMonitor*nativePtr)
Parameters
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformMonitorPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Declaration
public readonly ref float DpiScale { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
MainPos
Declaration
public readonly ref Vector2 MainPos { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
MainSize
Declaration
public readonly ref Vector2 MainSize { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public readonly ImGuiPlatformMonitor*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref Vector2 WorkPos { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public readonly ref Vector2 WorkSize { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
Methods
|
Improve this Doc
View Source
Declaration
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformMonitorPtr(ImGuiPlatformMonitor*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformMonitor*(ImGuiPlatformMonitorPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformMonitorPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns