Utils DrawTextHighlight Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Draws hand-drawn-looking highlighter color stick lines on top of text. The text itself is not drawn. Text may span multiple lines

Namespace: NFX.WinForms
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static void DrawTextHighlight(
	Graphics gr,
	Rectangle rect,
	Font font,
	string text,
	StringAlignment align,
	Color color
)
See Also