Struct ImFontGlyphPtr
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 ImFontGlyphPtr
Constructors
|
Improve this Doc
View Source
ImFontGlyphPtr(ImFontGlyph*)
Declaration
public ImFontGlyphPtr(ImFontGlyph*nativePtr)
Parameters
|
Improve this Doc
View Source
ImFontGlyphPtr(IntPtr)
Declaration
public ImFontGlyphPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
AdvanceX
Declaration
public float AdvanceX { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Codepoint
Declaration
public uint Codepoint { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Colored
Declaration
public uint Colored { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
NativePtr
Declaration
public ImFontGlyph*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
U0
Declaration
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
U1
Declaration
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
V0
Declaration
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
V1
Declaration
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Visible
Declaration
public uint Visible { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
X0
Declaration
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
X1
Declaration
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Y0
Declaration
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Y1
Declaration
Property Value
| Type |
Description |
| System.Single |
|
Operators
|
Improve this Doc
View Source
Implicit(ImFontGlyph* to ImFontGlyphPtr)
Declaration
public static implicit operator ImFontGlyphPtr(ImFontGlyph*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImFontGlyphPtr to ImFontGlyph*)
Declaration
public static implicit operator ImFontGlyph*(ImFontGlyphPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImFontGlyphPtr)
Declaration
public static implicit operator ImFontGlyphPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns