[]
Paints the string.
protected virtual void PaintString(Graphics g, Rectangle faceRect, string paintStr)
Protected Overridable Sub PaintString(g As Graphics, faceRect As Rectangle, paintStr As String)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface |
Rectangle | faceRect | Rectangular area |
string | paintStr | String to paint |