Struct ImDrawChannelPtr
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
public struct ImDrawChannelPtr
Constructors
|
Improve this Doc
View Source
ImDrawChannelPtr(ImDrawChannel*)
Declaration
public ImDrawChannelPtr(ImDrawChannel*nativePtr)
Parameters
|
Improve this Doc
View Source
ImDrawChannelPtr(IntPtr)
Declaration
public ImDrawChannelPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
_CmdBuffer
Declaration
public readonly ImPtrVector<ImDrawCmdPtr> _CmdBuffer { get; }
Property Value
|
Improve this Doc
View Source
_IdxBuffer
Declaration
public readonly ImVector<ushort> _IdxBuffer { get; }
Property Value
| Type |
Description |
| ImVector<System.UInt16> |
|
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImDrawChannel*NativePtr { get; }
Property Value
Operators
|
Improve this Doc
View Source
Implicit(ImDrawChannel* to ImDrawChannelPtr)
Declaration
public static implicit operator ImDrawChannelPtr(ImDrawChannel*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImDrawChannelPtr to ImDrawChannel*)
Declaration
public static implicit operator ImDrawChannel*(ImDrawChannelPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImDrawChannelPtr)
Declaration
public static implicit operator ImDrawChannelPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns