Method DrawText
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)
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)