C# Class ImGuiNET.FontTextureData

Show file Open project: mellinoe/ImGui.NET Class Usage Examples

Public Properties

Property Type Description
BytesPerPixel int
Height int
Pixels byte*
Width int

Public Methods

Method Description
FontTextureData ( byte pixels, int width, int height, int bytesPerPixel ) : System

Method Details

FontTextureData() public method

public FontTextureData ( byte pixels, int width, int height, int bytesPerPixel ) : System
pixels byte
width int
height int
bytesPerPixel int
return System

Property Details

BytesPerPixel public property

public int BytesPerPixel
return int

Height public property

public int Height
return int

Pixels public property

public byte* Pixels
return byte*

Width public property

public int Width
return int