Click or drag to resize

Gdi32FuncTextOut Method

Writes a character string at the specified location.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool TextOut(
	IntPtr hdc,
	int nXStart,
	int nYStart,
	string lpString,
	int cbString
)

Parameters

hdc  IntPtr
A handle to the device context.
nXStart  Int32
The x-coordinate of the reference point.
nYStart  Int32
The y-coordinate of the reference point.
lpString  String
The text to draw.
cbString  Int32
The number of characters to draw.

Return Value

Boolean
if the text was drawn; otherwise, .
See Also