Back to Devexpress

AppearanceObject.DrawString(GraphicsCache, String, Rectangle, Font, Brush, StringFormat) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-drawstring-x28-graphicscache-string-rectangle-font-brush-stringformat-x29.md

latest3.0 KB
Original Source

AppearanceObject.DrawString(GraphicsCache, String, Rectangle, Font, Brush, StringFormat) Method

Draws a text string at the specified position using the specified font, color and format.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public void DrawString(
    GraphicsCache cache,
    string s,
    Rectangle bounds,
    Font font,
    Brush foreBrush,
    StringFormat strFormat
)
vb
Public Sub DrawString(
    cache As GraphicsCache,
    s As String,
    bounds As Rectangle,
    font As Font,
    foreBrush As Brush,
    strFormat As StringFormat
)

Parameters

NameTypeDescription
cacheGraphicsCache

A GraphicsCache object which provides the storage for the pens, fonts and brushes used during painting.

| | s | String |

A String value which represents the text to be drawn.

| | bounds | Rectangle |

A Rectangle structure which represents the drawing area.

| | font | Font |

A Font object which defines the font and associated settings of the text to be drawn.

| | foreBrush | Brush |

A Brush object which specifies the color and texture of the drawn text.

| | strFormat | StringFormat |

A StringFormat object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text.

|

See Also

DrawVString

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace