Table of Contents

Method DrawText

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

DrawText(string, int, Rectangle)

When implemented by a class, draws text in the specified rectangle using current values of TextColor and BackColor.

void DrawText(string text, int len, Rectangle rect)

Parameters

text string

The text to be draw.

len int

Specifies the length of the string.

rect Rectangle

The layout area for drawing text.