Struct StbUndoRecord
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)
Namespace: ImGuiNET
Assembly: ImGui.NET.dll
Syntax
public struct StbUndoRecord
Fields
| Improve this Doc View Sourcechar_storage
Declaration
public int char_storage
Field Value
| Type | Description |
|---|---|
| System.Int32 |
delete_length
Declaration
public int delete_length
Field Value
| Type | Description |
|---|---|
| System.Int32 |
insert_length
Declaration
public int insert_length
Field Value
| Type | Description |
|---|---|
| System.Int32 |
where
Declaration
public int where
Field Value
| Type | Description |
|---|---|
| System.Int32 |