Struct ImVector
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
Syntax
Constructors
|
Improve this Doc
View Source
ImVector(Int32, Int32, IntPtr)
Declaration
public ImVector(int size, int capacity, IntPtr data)
Parameters
| Type |
Name |
Description |
| System.Int32 |
size |
|
| System.Int32 |
capacity |
|
| System.IntPtr |
data |
|
Fields
|
Improve this Doc
View Source
Capacity
Declaration
public readonly int Capacity
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Data
Declaration
public readonly IntPtr Data
Field Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Size
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
Methods
|
Improve this Doc
View Source
Address<T>(Int32)
Declaration
public IntPtr Address<T>(int index)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Returns
| Type |
Description |
| System.IntPtr |
|
Type Parameters
|
Improve this Doc
View Source
Ref<T>(Int32)
Declaration
public ref T Ref<T>(int index)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Returns
Type Parameters