Method | Description | |
---|---|---|
DrawCompositionGlowingText ( |
Draw text with a glowing background, for use on a composition element.
|
|
DrawString ( |
Pixel accurate drawing of the requested text memento information.
|
|
MeasureString ( |
Pixel accurate measure of the specified string when drawn with the specified Font object.
|
public static DrawCompositionGlowingText ( |
||
g | Graphics reference. | |
text | string | Text to be drawn. |
font | Font to use for text. | |
bounds | Bounding area for the text. | |
state | PaletteState | State of the source element. |
color | Color | Color of the text. |
copyBackground | bool | Should existing background be copied into the bitmap. |
return | void |
public static DrawString ( |
||
g | Graphics object used for drawing. | |
brush | Brush for drawing text with. | |
rect | Rectangle to draw text inside. | |
rtl | RightToLeft | Right to left setting for control. |
orientation | VisualOrientation | Orientation for drawing text. |
composition | bool | Should draw on a composition element. |
state | PaletteState | State of the source element. |
memento | Memento containing text context. | |
return | bool |
public static MeasureString ( |
||
g | Graphics instance used to measure text. | |
rtl | RightToLeft | Right to left setting for control. |
text | string | String to measure. |
font | Font object that defines the text format of the string. | |
trim | PaletteTextTrim | How to trim excess text. |
align | PaletteRelativeAlign | How to align multine text. |
prefix | PaletteTextHotkeyPrefix | How to process prefix characters. |
hint | TextRenderingHint | Rendering hint. |
composition | bool | Should draw on a composition element. |
disposeFont | bool | Dispose of font when finished with it. |
return |