Paints a representation of the value of the specified object to the specified canvas.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Sub PaintValue( _
ByVal value As System.Object, _
ByVal canvas As System.Drawing.Graphics, _
ByVal rectangle As System.Drawing.Rectangle _
) |
| C# | |
|---|
public void PaintValue(
System.object value,
System.Drawing.Graphics canvas,
System.Drawing.Rectangle rectangle
) |
Parameters
- value
- The object whose value this type editor will display.
- canvas
- A drawing canvas on which to paint the representation of the object's value.
- rectangle
- A System.Drawing.Rectangle within whose boundaries to paint the value.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also