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
public struct ImDrawCmdHeaderPtr
Constructors
|
Improve this Doc
View Source
Declaration
public ImDrawCmdHeaderPtr(ImDrawCmdHeader*nativePtr)
Parameters
|
Improve this Doc
View Source
Declaration
public ImDrawCmdHeaderPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Declaration
public Vector4 ClipRect { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector4 |
|
|
Improve this Doc
View Source
Declaration
public ImDrawCmdHeader*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public IntPtr TextureId { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public uint VtxOffset { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator ImDrawCmdHeaderPtr(ImDrawCmdHeader*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImDrawCmdHeader*(ImDrawCmdHeaderPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImDrawCmdHeaderPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns