Struct ImGuiTextRangePtr
Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImGuiTextRangePtr
Properties
NativePtr
View Source
Declaration
public readonly ImGuiTextRange* NativePtr { get; }
b
View Source
Declaration
public IntPtr b { get; set; }
e
View Source
Declaration
public IntPtr e { get; set; }
Methods
Destroy()
View Source
Declaration
public void Destroy()
empty()
View Source
Declaration
public bool empty()
Returns
System.Boolean
split(byte, out ImVector)
View Source
Declaration
public void split(byte separator, out ImVector @out)
Parameters
Type | Name |
---|---|
System.Byte | separator |
ImGuiNET.ImVector | out |