Show / Hide Table of Contents

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)
Namespace: ImGuiNET
Assembly: ImGui.NET.dll
Syntax
public struct ImVector

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
public readonly int Size
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
Name Description
T
| 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 Description
T
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX