Click or drag to resize

BgfxDebugTextImage Method (Int32, Int32, Int32, Int32, IntPtr, 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
C#
public static void DebugTextImage(
	int x,
	int y,
	int width,
	int height,
	IntPtr 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: SystemIntPtr
The image data bytes.
pitch
Type: SystemInt32
The pitch of each line in the image data.
See Also