Skip to main content

Struct ImFontAtlasTexturePtr

Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImFontAtlasTexturePtr

Properties

NativePtr

View Source
Declaration
public readonly ImFontAtlasTexture* NativePtr { get; }

TexID

View Source
Declaration
public ref IntPtr TexID { get; }

TexPixelsAlpha8

View Source
Declaration
public IntPtr TexPixelsAlpha8 { get; set; }

TexPixelsRGBA32

View Source
Declaration
public IntPtr TexPixelsRGBA32 { get; set; }