Struct ImPlotPointPtr
Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImPlotPointPtr
Properties
NativePtr
View Source
Declaration
public readonly ImPlotPoint* NativePtr { get; }
x
View Source
Declaration
public ref double x { get; }
y
View Source
Declaration
public ref double y { get; }
Methods
Destroy()
View Source
Declaration
public void Destroy()