Struct ImPlotLimitsPtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: ImGui.NET.dll
Syntax
public struct ImPlotLimitsPtr
Constructors
|
Improve this Doc
View Source
ImPlotLimitsPtr(ImPlotLimits*)
Declaration
public ImPlotLimitsPtr(ImPlotLimits*nativePtr)
Parameters
|
Improve this Doc
View Source
ImPlotLimitsPtr(IntPtr)
Declaration
public ImPlotLimitsPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
NativePtr
Declaration
public ImPlotLimits*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
X
Declaration
public ImPlotRange X { get; }
Property Value
|
Improve this Doc
View Source
Y
Declaration
public ImPlotRange Y { get; }
Property Value
Methods
|
Improve this Doc
View Source
Contains(ImPlotPoint)
Declaration
public bool Contains(ImPlotPoint p)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Contains(Double, Double)
Declaration
public bool Contains(double x, double y)
Parameters
| Type |
Name |
Description |
| System.Double |
x |
|
| System.Double |
y |
|
Returns
| Type |
Description |
| System.Boolean |
|
Operators
|
Improve this Doc
View Source
Implicit(ImPlotLimits* to ImPlotLimitsPtr)
Declaration
public static implicit operator ImPlotLimitsPtr(ImPlotLimits*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImPlotLimitsPtr to ImPlotLimits*)
Declaration
public static implicit operator ImPlotLimits*(ImPlotLimitsPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImPlotLimitsPtr)
Declaration
public static implicit operator ImPlotLimitsPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns