Struct ImFontAtlasCustomRectPtr
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 ImFontAtlasCustomRectPtr
Constructors
|
Improve this Doc
View Source
ImFontAtlasCustomRectPtr(ImFontAtlasCustomRect*)
Declaration
public ImFontAtlasCustomRectPtr(ImFontAtlasCustomRect*nativePtr)
Parameters
|
Improve this Doc
View Source
ImFontAtlasCustomRectPtr(IntPtr)
Declaration
public ImFontAtlasCustomRectPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Font
Declaration
public readonly ImFontPtr Font { get; }
Property Value
|
Improve this Doc
View Source
GlyphAdvanceX
Declaration
public readonly ref float GlyphAdvanceX { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
GlyphID
Declaration
public readonly ref uint GlyphID { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
GlyphOffset
Declaration
public readonly ref Vector2 GlyphOffset { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Height
Declaration
public readonly ref ushort Height { get; }
Property Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImFontAtlasCustomRect*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Width
Declaration
public readonly ref ushort Width { get; }
Property Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
X
Declaration
public readonly ref ushort X { get; }
Property Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
Y
Declaration
public readonly ref ushort Y { get; }
Property Value
| Type |
Description |
| System.UInt16 |
|
Methods
|
Improve this Doc
View Source
Destroy()
Declaration
|
Improve this Doc
View Source
IsPacked()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
Operators
|
Improve this Doc
View Source
Implicit(ImFontAtlasCustomRect* to ImFontAtlasCustomRectPtr)
Declaration
public static implicit operator ImFontAtlasCustomRectPtr(ImFontAtlasCustomRect*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImFontAtlasCustomRectPtr to ImFontAtlasCustomRect*)
Declaration
public static implicit operator ImFontAtlasCustomRect*(ImFontAtlasCustomRectPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImFontAtlasCustomRectPtr)
Declaration
public static implicit operator ImFontAtlasCustomRectPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns