[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.WinFormsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- gr
- Type:
System.Drawing Graphics
Graphical context
- rect
- Type:
System.Drawing Rectangle
Bounding rectangle
- font
- Type:
System.Drawing Font
Font to measure text in
- text
- Type:
System String
Text to measure, the text is not drawn rather charecters position is determined
- align
- Type:
System.Drawing StringAlignment
Text alignment
- color
- Type:
System.Drawing Color
Color of highlighter including opacity
See Also