Struct ImPlotRangePtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: ImGui.NET.dll
Syntax
public struct ImPlotRangePtr
Constructors
|
Improve this Doc
View Source
ImPlotRangePtr(ImPlotRange*)
Declaration
public ImPlotRangePtr(ImPlotRange*nativePtr)
Parameters
|
Improve this Doc
View Source
ImPlotRangePtr(IntPtr)
Declaration
public ImPlotRangePtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Max
Declaration
public readonly ref double Max { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
Min
Declaration
public readonly ref double Min { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImPlotRange*NativePtr { get; }
Property Value
Methods
|
Improve this Doc
View Source
Contains(Double)
Declaration
public bool Contains(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Destroy()
Declaration
|
Improve this Doc
View Source
Size()
Declaration
Returns
| Type |
Description |
| System.Double |
|
Operators
|
Improve this Doc
View Source
Implicit(ImPlotRange* to ImPlotRangePtr)
Declaration
public static implicit operator ImPlotRangePtr(ImPlotRange*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImPlotRangePtr to ImPlotRange*)
Declaration
public static implicit operator ImPlotRange*(ImPlotRangePtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImPlotRangePtr)
Declaration
public static implicit operator ImPlotRangePtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns