Click or drag to resize

AccurateTextDrawString(Graphics, String, Font, Rectangle, Color, StringFormat, Boolean, Boolean) Method


Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void DrawString(
	Graphics g,
	string text,
	Font font,
	Rectangle bounds,
	Color foreColor,
	StringFormat format,
	bool compatiblePadding = false,
	bool forceCompatibleTextRendering = false
)

Parameters

g  Graphics
text  String
font  Font
bounds  Rectangle
foreColor  Color
format  StringFormat
compatiblePadding  Boolean  (Optional)
forceCompatibleTextRendering  Boolean  (Optional)
See Also