C# 클래스 ImGuiNET.FontTextureData

파일 보기 프로젝트 열기: mellinoe/ImGui.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BytesPerPixel int
Height int
Pixels byte*
Width int

공개 메소드들

메소드 설명
FontTextureData ( byte pixels, int width, int height, int bytesPerPixel ) : System

메소드 상세

FontTextureData() 공개 메소드

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

프로퍼티 상세

BytesPerPixel 공개적으로 프로퍼티

public int BytesPerPixel
리턴 int

Height 공개적으로 프로퍼티

public int Height
리턴 int

Pixels 공개적으로 프로퍼티

public byte* Pixels
리턴 byte*

Width 공개적으로 프로퍼티

public int Width
리턴 int