C# Class ImGuiNET.FontTextureData

Mostra 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_oe property

public int BytesPerPixel
return int

Height public_oe property

public int Height
return int

Pixels public_oe property

public byte* Pixels
return byte*

Width public_oe property

public int Width
return int