Back to Devexpress

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

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-drawstring-x28-devexpress-dot-utils-dot-drawing-dot-graphicscache-system-dot-string-system-dot-drawing-dot-rectangle-system-dot-drawing-dot-stringformat-x29.md

latest2.3 KB
Original Source

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

Draws a text string at the specified position using the specified 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 text,
    Rectangle bounds,
    StringFormat format
)
vb
Public Sub DrawString(
    cache As GraphicsCache,
    text As String,
    bounds As Rectangle,
    format As StringFormat
)

Parameters

NameTypeDescription
cacheGraphicsCache

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

| | text | String |

A String value representing the text to be drawn.

| | bounds | Rectangle |

A Rectangle value representing the drawing area.

| | format | StringFormat |

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

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace