Struct ImGuiPlatformImeDataPtr
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 ImGuiPlatformImeDataPtr
Constructors
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformImeDataPtr(ImGuiPlatformImeData*nativePtr)
Parameters
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformImeDataPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Declaration
public readonly ref float InputLineHeight { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Declaration
public readonly ref Vector2 InputPos { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public readonly ImGuiPlatformImeData*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref bool WantVisible { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
|
Improve this Doc
View Source
Declaration
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformImeDataPtr(ImGuiPlatformImeData*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformImeData*(ImGuiPlatformImeDataPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformImeDataPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns