C# Класс _3PA.MainFeatures.FilteredLists.FilteredItemTextRenderer

This renderer highlights substrings that match a given text filter, It only works for OVL with objects that inherit from FilteredItem and it uses FilteredItem.FilterFullyMatch
Наследование: BrightIdeasSoftware.HighlightTextRenderer
Показать файл Открыть проект

Открытые методы

Метод Описание
FilteredItemTextRenderer ( ) : System.Drawing

Create a HighlightTextRenderer

Защищенные методы

Метод Описание
DrawGdiPlusTextHighlighting ( Graphics g, Rectangle r, string txt ) : void

Draw the highlighted text using GDI+

DrawGdiTextHighlighting ( Graphics g, Rectangle r, string txt ) : void

Draw the highlighted text using GDI

DrawSubstringFrame ( Graphics g, float x, float y, float width, float height ) : void

Draw an indication around the given frame that shows a text match

DrawTextGdi ( Graphics g, Rectangle r, string txt ) : void

Draw text using GDI

DrawTextGdiPlus ( Graphics g, Rectangle r, string txt ) : void

Draw the text using GDI+

Описание методов

DrawGdiPlusTextHighlighting() защищенный Метод

Draw the highlighted text using GDI+
protected DrawGdiPlusTextHighlighting ( Graphics g, Rectangle r, string txt ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
txt string
Результат void

DrawGdiTextHighlighting() защищенный Метод

Draw the highlighted text using GDI
protected DrawGdiTextHighlighting ( Graphics g, Rectangle r, string txt ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
txt string
Результат void

DrawSubstringFrame() защищенный Метод

Draw an indication around the given frame that shows a text match
protected DrawSubstringFrame ( Graphics g, float x, float y, float width, float height ) : void
g System.Drawing.Graphics
x float
y float
width float
height float
Результат void

DrawTextGdi() защищенный Метод

Draw text using GDI
protected DrawTextGdi ( Graphics g, Rectangle r, string txt ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
txt string
Результат void

DrawTextGdiPlus() защищенный Метод

Draw the text using GDI+
protected DrawTextGdiPlus ( Graphics g, Rectangle r, string txt ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
txt string
Результат void

FilteredItemTextRenderer() публичный Метод

Create a HighlightTextRenderer
public FilteredItemTextRenderer ( ) : System.Drawing
Результат System.Drawing