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
dc
GraphicsDrawing context.
rect
RectDRectangle to draw in.
foreColor
ColorForeground color of the text.
backColor
ColorBackground color of the text.
font
FontText font.