Table of Contents

Method DrawDefaultText

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

DrawDefaultText(Graphics, RectD, Color?, Color?, Font?)

Draws text in the default style.

public virtual void DrawDefaultText(Graphics dc, RectD rect, Color? foreColor = null, Color? backColor = null, Font? font = null)

Parameters

dc Graphics

Drawing context.

rect RectD

Rectangle to draw in.

foreColor Color

Foreground color of the text.

backColor Color

Background color of the text.

font Font

Text font.