Method | Description | |
---|---|---|
FilteredItemTextRenderer ( ) : System.Drawing |
Create a HighlightTextRenderer
|
Method | Description | |
---|---|---|
DrawGdiPlusTextHighlighting ( |
Draw the highlighted text using GDI+
|
|
DrawGdiTextHighlighting ( |
Draw the highlighted text using GDI
|
|
DrawSubstringFrame ( |
Draw an indication around the given frame that shows a text match
|
|
DrawTextGdi ( |
Draw text using GDI
|
|
DrawTextGdiPlus ( |
Draw the text using GDI+
|
protected DrawGdiPlusTextHighlighting ( |
||
g | ||
r | ||
txt | string | |
return | void |
protected DrawGdiTextHighlighting ( |
||
g | ||
r | ||
txt | string | |
return | void |
protected DrawSubstringFrame ( |
||
g | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | void |
protected DrawTextGdi ( |
||
g | ||
r | ||
txt | string | |
return | void |
protected DrawTextGdiPlus ( |
||
g | ||
r | ||
txt | string | |
return | void |
public FilteredItemTextRenderer ( ) : System.Drawing | ||
return | System.Drawing |