Struct ImPlotPointPtr
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
Syntax
public struct ImPlotPointPtr
Constructors
|
Improve this Doc
View Source
ImPlotPointPtr(ImPlotPoint*)
Declaration
public ImPlotPointPtr(ImPlotPoint*nativePtr)
Parameters
|
Improve this Doc
View Source
ImPlotPointPtr(IntPtr)
Declaration
public ImPlotPointPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
NativePtr
Declaration
public ImPlotPoint*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
x
Declaration
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
y
Declaration
Property Value
| Type |
Description |
| System.Double |
|
Methods
|
Improve this Doc
View Source
Destroy()
Declaration
Operators
|
Improve this Doc
View Source
Implicit(ImPlotPoint* to ImPlotPointPtr)
Declaration
public static implicit operator ImPlotPointPtr(ImPlotPoint*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImPlotPointPtr to ImPlotPoint*)
Declaration
public static implicit operator ImPlotPoint*(ImPlotPointPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImPlotPointPtr)
Declaration
public static implicit operator ImPlotPointPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns