Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: ImGui.NET.dll
public struct ImGuiTextRangePtr
Constructors
|
Improve this Doc
View Source
Declaration
public ImGuiTextRangePtr(ImGuiTextRange*nativePtr)
Parameters
|
Improve this Doc
View Source
Declaration
public ImGuiTextRangePtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Declaration
public IntPtr b { get; set; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr e { get; set; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public ImGuiTextRange*NativePtr { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public void split(byte separator, out ImVector out)
Parameters
| Type |
Name |
Description |
| System.Byte |
separator |
|
| ImVector |
out |
|
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiTextRangePtr(ImGuiTextRange*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiTextRange*(ImGuiTextRangePtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiTextRangePtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns