PaintValue(Object,Graphics,Rectangle) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub PaintValue( _
ByVal As System.Object, _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
)
public void PaintValue(
System.object ,
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
Parameters
- value
- canvas
- rectangle
See Also