Method DrawDefaultText
DrawDefaultText(Graphics, RectD, Color?, Color?, Font?)
Draws text in the default style.
public virtual RectD DrawDefaultText(Graphics dc, RectD rect, Color? foreColor = null, Color? backColor = null, Font? font = null)
Parameters
dcGraphicsDrawing context.
rectRectDRectangle to draw in.
foreColorColorForeground color of the text.
backColorColorBackground color of the text.
fontFontText font.