Skip to main content

Struct ImPlotRectPtr

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

Properties

NativePtr

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

X

View Source
Declaration
public ref ImPlotRange X { get; }

Y

View Source
Declaration
public ref ImPlotRange Y { get; }

Methods

Clamp(ImPlotPoint)

View Source
Declaration
public ImPlotPoint Clamp(ImPlotPoint p)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
ImPlotNET.ImPlotPointp

Clamp(double, double)

View Source
Declaration
public ImPlotPoint Clamp(double x, double y)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
System.Doublex
System.Doubley

Contains(ImPlotPoint)

View Source
Declaration
public bool Contains(ImPlotPoint p)
Returns

System.Boolean

Parameters
TypeName
ImPlotNET.ImPlotPointp

Contains(double, double)

View Source
Declaration
public bool Contains(double x, double y)
Returns

System.Boolean

Parameters
TypeName
System.Doublex
System.Doubley

Destroy()

View Source
Declaration
public void Destroy()

Max()

View Source
Declaration
public ImPlotPoint Max()
Returns

ImPlotNET.ImPlotPoint

Min()

View Source
Declaration
public ImPlotPoint Min()
Returns

ImPlotNET.ImPlotPoint

Size()

View Source
Declaration
public ImPlotPoint Size()
Returns

ImPlotNET.ImPlotPoint