Skip to main content

Struct ImPlotRangePtr

Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImPlotRangePtr

Properties

NativePtr

View Source
Declaration
public readonly ImPlotRange* NativePtr { get; }

Min

View Source
Declaration
public ref double Min { get; }

Max

View Source
Declaration
public ref double Max { get; }

Methods

Clamp(double)

View Source
Declaration
public double Clamp(double value)
Returns

System.Double

Parameters
TypeName
System.Doublevalue

Contains(double)

View Source
Declaration
public bool Contains(double value)
Returns

System.Boolean

Parameters
TypeName
System.Doublevalue

Destroy()

View Source
Declaration
public void Destroy()

Size()

View Source
Declaration
public double Size()
Returns

System.Double