Writes a character string at the specified location.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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