BgfxDebugTextImage(Int32, Int32, Int32, Int32, IntPtr, Int32) Method |
Draws data directly into the debug text buffer.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void DebugTextImage(
int x,
int y,
int width,
int height,
IntPtr data,
int pitch
)
Parameters
- x Int32
- The X position, in cells.
- y Int32
- The Y position, in cells.
- width Int32
- The width of the image to draw.
- height Int32
- The height of the image to draw.
- data IntPtr
- The image data bytes.
- pitch Int32
- The pitch of each line in the image data.
See Also