Dundas Chart for Windows Forms
PaintValue(Object,Graphics,Rectangle) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > ImageValueEditor Class > PaintValue Method : PaintValue(Object,Graphics,Rectangle) Method


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 Rectangle within whose boundaries to paint the value.
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 Object, _
   ByVal canvas As Graphics, _
   ByVal rectangle As Rectangle _
) 
Visual Basic (Usage) Copy Code
Dim instance As ImageValueEditor
Dim value As Object
Dim canvas As Graphics
Dim rectangle As Rectangle
 
instance.PaintValue(value, canvas, rectangle)
C#  
public void PaintValue( 
   object value,
   Graphics canvas,
   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 Rectangle within whose boundaries to paint the value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.