Class ImPlot
Assembly: ImGui.NET.dll
View Source
Declaration
public static class ImPlot
Methods
AddColormap(string, ref Vector4, int)
View Source
Declaration
public static ImPlotColormap AddColormap(string name, ref Vector4 cols, int size)
Returns
Parameters
Type | Name |
---|---|
System.String | name |
System.Numerics.Vector4 | cols |
System.Int32 | size |
AddColormap(string, ref Vector4, int, bool)
View Source
Declaration
public static ImPlotColormap AddColormap(string name, ref Vector4 cols, int size, bool qual)
Returns
Parameters
Type | Name |
---|---|
System.String | name |
System.Numerics.Vector4 | cols |
System.Int32 | size |
System.Boolean | qual |
AddColormap(string, ref uint, int)
View Source
Declaration
public static ImPlotColormap AddColormap(string name, ref uint cols, int size)
Returns
Parameters
Type | Name |
---|---|
System.String | name |
System.UInt32 | cols |
System.Int32 | size |
AddColormap(string, ref uint, int, bool)
View Source
Declaration
public static ImPlotColormap AddColormap(string name, ref uint cols, int size, bool qual)
Returns
Parameters
Type | Name |
---|---|
System.String | name |
System.UInt32 | cols |
System.Int32 | size |
System.Boolean | qual |
Annotation(double, double, Vector4, Vector2, bool)
View Source
Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp)
Parameters
Type | Name |
---|---|
System.Double | x |
System.Double | y |
System.Numerics.Vector4 | col |
System.Numerics.Vector2 | pix_offset |
System.Boolean | clamp |
Annotation(double, double, Vector4, Vector2, bool, bool)
View Source
Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp, bool round)
Parameters
Type | Name |
---|---|
System.Double | x |
System.Double | y |
System.Numerics.Vector4 | col |
System.Numerics.Vector2 | pix_offset |
System.Boolean | clamp |
System.Boolean | round |
Annotation(double, double, Vector4, Vector2, bool, string)
View Source
Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp, string fmt)
Parameters
Type | Name |
---|---|
System.Double | x |
System.Double | y |
System.Numerics.Vector4 | col |
System.Numerics.Vector2 | pix_offset |
System.Boolean | clamp |
System.String | fmt |
BeginAlignedPlots(string)
View Source
Declaration
public static bool BeginAlignedPlots(string group_id)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | group_id |
BeginAlignedPlots(string, bool)
View Source
Declaration
public static bool BeginAlignedPlots(string group_id, bool vertical)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | group_id |
System.Boolean | vertical |
BeginDragDropSourceAxis(ImAxis)
View Source
Declaration
public static bool BeginDragDropSourceAxis(ImAxis axis)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ImPlotNET.ImAxis | axis |
BeginDragDropSourceAxis(ImAxis, ImGuiDragDropFlags)
View Source
Declaration
public static bool BeginDragDropSourceAxis(ImAxis axis, ImGuiDragDropFlags flags)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ImPlotNET.ImAxis | axis |
ImGuiNET.ImGuiDragDropFlags | flags |
BeginDragDropSourceItem(string)
View Source
Declaration
public static bool BeginDragDropSourceItem(string label_id)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | label_id |
BeginDragDropSourceItem(string, ImGuiDragDropFlags)
View Source
Declaration
public static bool BeginDragDropSourceItem(string label_id, ImGuiDragDropFlags flags)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | label_id |
ImGuiNET.ImGuiDragDropFlags | flags |
BeginDragDropSourcePlot()
View Source
Declaration
public static bool BeginDragDropSourcePlot()
Returns
System.Boolean
BeginDragDropSourcePlot(ImGuiDragDropFlags)
View Source
Declaration
public static bool BeginDragDropSourcePlot(ImGuiDragDropFlags flags)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ImGuiNET.ImGuiDragDropFlags | flags |
BeginDragDropTargetAxis(ImAxis)
View Source
Declaration
public static bool BeginDragDropTargetAxis(ImAxis axis)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ImPlotNET.ImAxis | axis |
BeginDragDropTargetLegend()
View Source
Declaration
public static bool BeginDragDropTargetLegend()
Returns
System.Boolean
BeginDragDropTargetPlot()
View Source
Declaration
public static bool BeginDragDropTargetPlot()
Returns
System.Boolean
BeginLegendPopup(string)
View Source
Declaration
public static bool BeginLegendPopup(string label_id)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | label_id |
BeginLegendPopup(string, ImGuiMouseButton)
View Source
Declaration
public static bool BeginLegendPopup(string label_id, ImGuiMouseButton mouse_button)
Returns
System.Boolean