Intersoft WebCombo Documentation
PaintValue(Object,Graphics,Rectangle) Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > FieldTypeEditor Class > PaintValue Method : PaintValue(Object,Graphics,Rectangle) Method






value
canvas
rectangle

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 FieldTypeEditor
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
)
Delphi 
public procedure PaintValue( 
    value: TObject;
    canvas: Graphics;
    rectangle: Rectangle
); 
JScript 
public function PaintValue( 
   value : Object,
   canvas : Graphics,
   rectangle : Rectangle
);
Managed Extensions for C++ 
public: void PaintValue( 
   Object* value,
   Graphics* canvas,
   Rectangle rectangle
) 
C++/CLI 
public:
void PaintValue( 
   Object^ value,
   Graphics^ canvas,
   Rectangle rectangle
) 

Parameters

value
canvas
rectangle

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.