Struct ImGuiTextBufferPtr
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
Syntax
public struct ImGuiTextBufferPtr
Constructors
|
Improve this Doc
View Source
ImGuiTextBufferPtr(ImGuiTextBuffer*)
Declaration
public ImGuiTextBufferPtr(ImGuiTextBuffer*nativePtr)
Parameters
|
Improve this Doc
View Source
ImGuiTextBufferPtr(IntPtr)
Declaration
public ImGuiTextBufferPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Buf
Declaration
public ImVector<byte> Buf { get; }
Property Value
|
Improve this Doc
View Source
NativePtr
Declaration
public ImGuiTextBuffer*NativePtr { get; }
Property Value
Methods
|
Improve this Doc
View Source
append(String)
Declaration
public void append(string str)
Parameters
| Type |
Name |
Description |
| System.String |
str |
|
|
Improve this Doc
View Source
appendf(String)
Declaration
public void appendf(string fmt)
Parameters
| Type |
Name |
Description |
| System.String |
fmt |
|
|
Improve this Doc
View Source
begin()
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
c_str()
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
clear()
Declaration
|
Improve this Doc
View Source
Destroy()
Declaration
|
Improve this Doc
View Source
empty()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
end()
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
reserve(Int32)
Declaration
public void reserve(int capacity)
Parameters
| Type |
Name |
Description |
| System.Int32 |
capacity |
|
|
Improve this Doc
View Source
size()
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
Operators
|
Improve this Doc
View Source
Implicit(ImGuiTextBuffer* to ImGuiTextBufferPtr)
Declaration
public static implicit operator ImGuiTextBufferPtr(ImGuiTextBuffer*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImGuiTextBufferPtr to ImGuiTextBuffer*)
Declaration
public static implicit operator ImGuiTextBuffer*(ImGuiTextBufferPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImGuiTextBufferPtr)
Declaration
public static implicit operator ImGuiTextBufferPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns