PaintText Method
PaintText(Graphics, Rectangle)
Paints the text of the element in the specified rectangle.
Declaration
protected virtual void PaintText(Graphics g, Rectangle rText)
Protected Overridable Sub PaintText(g As Graphics, rText As Rectangle)
Parameters
Type |
Name |
Description |
Graphics |
g |
Graphics device
|
Rectangle |
rText |
Rectangle bounding the text
|