Struct ImDrawVertPtr
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 ImDrawVertPtr
Constructors
|
Improve this Doc
View Source
ImDrawVertPtr(ImDrawVert*)
Declaration
public ImDrawVertPtr(ImDrawVert*nativePtr)
Parameters
|
Improve this Doc
View Source
ImDrawVertPtr(IntPtr)
Declaration
public ImDrawVertPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
col
Declaration
public readonly ref uint col { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImDrawVert*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
pos
Declaration
public readonly ref Vector2 pos { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
uv
Declaration
public readonly ref Vector2 uv { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
Operators
|
Improve this Doc
View Source
Implicit(ImDrawVert* to ImDrawVertPtr)
Declaration
public static implicit operator ImDrawVertPtr(ImDrawVert*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImDrawVertPtr to ImDrawVert*)
Declaration
public static implicit operator ImDrawVert*(ImDrawVertPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImDrawVertPtr)
Declaration
public static implicit operator ImDrawVertPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns