Skip to main content

Class ImRaii.PlotStyle

Assembly: Dalamud.dll
View Source
Declaration
public sealed class ImRaii.PlotStyle : IDisposable

Implements:
System.IDisposable

Methods

GetStyle(ImPlotStyleVar)

View Source
Declaration
public static Vector2 GetStyle(ImPlotStyleVar idx)
Returns

System.Numerics.Vector2

Parameters
TypeName
ImPlotNET.ImPlotStyleVaridx

Push(ImPlotStyleVar, int, bool)

View Source
Declaration
public ImRaii.PlotStyle Push(ImPlotStyleVar idx, int value, bool condition = true)
Returns

Dalamud.Interface.Utility.Raii.ImRaii.PlotStyle

Parameters
TypeName
ImPlotNET.ImPlotStyleVaridx
System.Int32value
System.Booleancondition

Push(ImPlotStyleVar, float, bool)

View Source
Declaration
public ImRaii.PlotStyle Push(ImPlotStyleVar idx, float value, bool condition = true)
Returns

Dalamud.Interface.Utility.Raii.ImRaii.PlotStyle

Parameters
TypeName
ImPlotNET.ImPlotStyleVaridx
System.Singlevalue
System.Booleancondition

Push(ImPlotStyleVar, Vector2, bool)

View Source
Declaration
public ImRaii.PlotStyle Push(ImPlotStyleVar idx, Vector2 value, bool condition = true)
Returns

Dalamud.Interface.Utility.Raii.ImRaii.PlotStyle

Parameters
TypeName
ImPlotNET.ImPlotStyleVaridx
System.Numerics.Vector2value
System.Booleancondition

Pop(int)

View Source
Declaration
public void Pop(int num = 1)
Parameters
TypeName
System.Int32num

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

View Source
Declaration
public void Dispose()

Implements

  • System.IDisposable