Property | Type | Description | |
---|---|---|---|
HighlightTextRenderer | System |
Method | Description | |
---|---|---|
HighlightTextRenderer ( ) : System |
Create a HighlightTextRenderer
|
|
HighlightTextRenderer ( |
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+
|
|
GetRoundedRect ( |
Return a GraphicPath that is a round cornered rectangle If I could rely on people using C# 3.0+, this should be an extension method of GraphicsPath. |
|
GetRoundedRect ( float x, float y, float width, float height, float diameter ) : |
Return a GraphicPath that is a round cornered rectangle If I could rely on people using C# 3.0+, this should be an extension method of GraphicsPath. |
|
HandleGetEditRectangle ( |
Handle a HitTest request after all state information has been initialized
|
Method | Description | |
---|---|---|
HighlightTextRenderer ( string text ) : System |
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 |
protected GetRoundedRect ( |
||
rect | The rectangle | |
diameter | float | The diameter of the corners |
return |
protected GetRoundedRect ( float x, float y, float width, float height, float diameter ) : |
||
x | float | |
y | float | |
width | float | |
height | float | |
diameter | float | |
return |
protected HandleGetEditRectangle ( |
||
g | ||
cellBounds | ||
item | BrightIdeasSoftware.OLVListItem | |
subItemIndex | int | |
preferredSize | ||
return |
public HighlightTextRenderer ( |
||
filter | ||
return | System |