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
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
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