Class ImPlotNative
Assembly: ImGui.NET.dll
View Source
Declaration
public static class ImPlotNative
Methods
ImPlot_AddColormap_Vec4Ptr(byte*, Vector4*, int, byte)
Declaration
public static extern ImPlotColormap ImPlot_AddColormap_Vec4Ptr(byte* name, Vector4* cols, int size, byte qual)
Returns
Parameters
Type | Name |
---|---|
System.Byte* | name |
System.Numerics.Vector4* | cols |
System.Int32 | size |
System.Byte | qual |
ImPlot_AddColormap_U32Ptr(byte*, uint*, int, byte)
Declaration
public static extern ImPlotColormap ImPlot_AddColormap_U32Ptr(byte* name, uint* cols, int size, byte qual)
Returns
Parameters
Type | Name |
---|---|
System.Byte* | name |
System.UInt32* | cols |
System.Int32 | size |
System.Byte | qual |
ImPlot_Annotation_Bool(double, double, Vector4, Vector2, byte, byte)
Declaration
public static extern void ImPlot_Annotation_Bool(double x, double y, Vector4 col, Vector2 pix_offset, byte clamp, byte round)
Parameters
Type | Name |
---|---|
System.Double | x |
System.Double | y |
System.Numerics.Vector4 | col |
System.Numerics.Vector2 | pix_offset |
System.Byte | clamp |
System.Byte | round |
ImPlot_Annotation_Str(double, double, Vector4, Vector2, byte, byte*)
Declaration
public static extern void ImPlot_Annotation_Str(double x, double y, Vector4 col, Vector2 pix_offset, byte clamp, byte* fmt)
Parameters
Type | Name |
---|---|
System.Double | x |
System.Double | y |
System.Numerics.Vector4 | col |
System.Numerics.Vector2 | pix_offset |
System.Byte | clamp |
System.Byte* | fmt |
ImPlot_BeginAlignedPlots(byte*, byte)
Declaration
public static extern byte ImPlot_BeginAlignedPlots(byte* group_id, byte vertical)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | group_id |
System.Byte | vertical |
ImPlot_BeginDragDropSourceAxis(ImAxis, ImGuiDragDropFlags)
Declaration
public static extern byte ImPlot_BeginDragDropSourceAxis(ImAxis axis, ImGuiDragDropFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
ImPlotNET.ImAxis | axis |
ImGuiNET.ImGuiDragDropFlags | flags |
ImPlot_BeginDragDropSourceItem(byte*, ImGuiDragDropFlags)
Declaration
public static extern byte ImPlot_BeginDragDropSourceItem(byte* label_id, ImGuiDragDropFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label_id |
ImGuiNET.ImGuiDragDropFlags | flags |
ImPlot_BeginDragDropSourcePlot(ImGuiDragDropFlags)
Declaration
public static extern byte ImPlot_BeginDragDropSourcePlot(ImGuiDragDropFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
ImGuiNET.ImGuiDragDropFlags | flags |
ImPlot_BeginDragDropTargetAxis(ImAxis)
Declaration
public static extern byte ImPlot_BeginDragDropTargetAxis(ImAxis axis)
Returns
System.Byte
Parameters
Type | Name |
---|---|
ImPlotNET.ImAxis | axis |
ImPlot_BeginDragDropTargetLegend()
Declaration
public static extern byte ImPlot_BeginDragDropTargetLegend()
Returns
System.Byte
ImPlot_BeginDragDropTargetPlot()
Declaration
public static extern byte ImPlot_BeginDragDropTargetPlot()
Returns
System.Byte
ImPlot_BeginLegendPopup(byte*, ImGuiMouseButton)
Declaration
public static extern byte ImPlot_BeginLegendPopup(byte* label_id, ImGuiMouseButton mouse_button)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label_id |
ImGuiNET.ImGuiMouseButton | mouse_button |
ImPlot_BeginPlot(byte*, Vector2, ImPlotFlags)
Declaration
public static extern byte ImPlot_BeginPlot(byte* title_id, Vector2 size, ImPlotFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | title_id |
System.Numerics.Vector2 | size |
ImPlotNET.ImPlotFlags | flags |
ImPlot_BeginSubplots(byte*, int, int, Vector2, ImPlotSubplotFlags, float*, float*)
Declaration
public static extern byte ImPlot_BeginSubplots(byte* title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, float* row_ratios, float* col_ratios)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | title_id |
System.Int32 | rows |
System.Int32 | cols |
System.Numerics.Vector2 | size |
ImPlotNET.ImPlotSubplotFlags | flags |
System.Single* | row_ratios |
System.Single* | col_ratios |