BgfxDebugTextImage Method (Int32, Int32, Int32, Int32, Byte, Int32) |
Draws data directly into the debug text buffer.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void DebugTextImage(
int x,
int y,
int width,
int height,
byte[] data,
int pitch
)
Parameters
- x
- Type: SystemInt32
The X position, in cells. - y
- Type: SystemInt32
The Y position, in cells. - width
- Type: SystemInt32
The width of the image to draw. - height
- Type: SystemInt32
The height of the image to draw. - data
- Type: SystemByte
The image data bytes. - pitch
- Type: SystemInt32
The pitch of each line in the image data.
See Also