AppearanceObject.DrawString(GraphicsCache, String, Rectangle, Color, TextOptions) Method
In This Article
Draws the specified text string in the specified rectangle with the specified Color using the specified TextOptions.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void DrawString(
GraphicsCache cache,
string text,
Rectangle bounds,
Color foreColor,
TextOptions defaultOptions
)
#Parameters
Name | Type | Description |
---|---|---|
cache | Graphics |
Graphics |
text | String | String to draw. |
bounds | Rectangle | Rectangle structure that specifies the location of the drawn text. |
fore |
Color | Color of the drawn text. |
default |
Text |
Settings applied to the drawn text. |
See Also