Table of Contents

Method DrawText

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DrawText(string, Font, Brush, RectD, TextFormat)

Draws text using the specified drawing parameters and text format.

void DrawText(string text, Font font, Brush brush, RectD bounds, TextFormat format)

Parameters

text string

Text string,

font Font

Text font.

brush Brush

Brush.

bounds RectD

Bounds in which text is drawn.

format TextFormat

Text format.