Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NEmptyTypeEditor Class / PaintValue Method / PaintValue(Object,Graphics,Rectangle) Method


In This Topic
    PaintValue(Object,Graphics,Rectangle) Method
    In This Topic
    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 NEmptyTypeEditor
    Dim value As System.Object
    Dim canvas As System.Drawing.Graphics
    Dim rectangle As System.Drawing.Rectangle
     
    instance.PaintValue(value, canvas, rectangle)
    public void PaintValue( 
       System.object value,
       System.Drawing.Graphics canvas,
       System.Drawing.Rectangle 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