Property | Type | Description | |
---|---|---|---|
BytesPerPixel | int | ||
Height | int | ||
Pixels | byte* | ||
Width | int |
Method | Description | |
---|---|---|
FontTextureData ( byte pixels, int width, int height, int bytesPerPixel ) : System |
public FontTextureData ( byte pixels, int width, int height, int bytesPerPixel ) : System | ||
pixels | byte | |
width | int | |
height | int | |
bytesPerPixel | int | |
return | System |