Nevron.Editors Namespace / NDateTimeSpanTypeEditor Class / PaintValue Method / PaintValue(Object,Graphics,Rectangle) Method


PaintValue(Object,Graphics,Rectangle) Method
Syntax
'Declaration
 
Public Overloads Sub PaintValue( _
   ByVal value As System.Object, _
   ByVal canvas As System.Drawing.Graphics, _
   ByVal rectangle As System.Drawing.Rectangle _
) 
 
'Usage
 
Dim instance As NDateTimeSpanTypeEditor
Dim value As System.Object
Dim canvas As System.Drawing.Graphics
Dim rectangle As System.Drawing.Rectangle
 
instance.PaintValue(value, canvas, rectangle)

Parameters

value
canvas
rectangle
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