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
Parameters
Type | Name |
---|---|
ImPlotNET.ImPlotPoint | p |
Clamp(double, double)
View Source
Declaration
public ImPlotPoint Clamp(double x, double y)
Returns
Parameters
Type | Name |
---|---|
System.Double | x |
System.Double | y |
Contains(ImPlotPoint)
View Source
Declaration
public bool Contains(ImPlotPoint p)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ImPlotNET.ImPlotPoint | p |
Contains(double, double)
View Source
Declaration
public bool Contains(double x, double y)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Double | x |
System.Double | y |
Destroy()
View Source
Declaration
public void Destroy()
Max()
View Source
Declaration
public ImPlotPoint Max()
Returns
Min()
View Source
Declaration
public ImPlotPoint Min()
Returns
Size()
View Source
Declaration
public ImPlotPoint Size()