C# Class ImGuiNET.FontTextureData

Afficher le fichier Open project: mellinoe/ImGui.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
BytesPerPixel int
Height int
Pixels byte*
Width int

Méthodes publiques

Méthode Description
FontTextureData ( byte pixels, int width, int height, int bytesPerPixel ) : System

Method Details

FontTextureData() public méthode

public FontTextureData ( byte pixels, int width, int height, int bytesPerPixel ) : System
pixels byte
width int
height int
bytesPerPixel int
Résultat System

Property Details

BytesPerPixel public_oe property

public int BytesPerPixel
Résultat int

Height public_oe property

public int Height
Résultat int

Pixels public_oe property

public byte* Pixels
Résultat byte*

Width public_oe property

public int Width
Résultat int