ColorEditor::PaintValue Method (PaintValueEventArgs^)

 

Paints a representative value of the given object to the provided canvas.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

public:
virtual void PaintValue(
	PaintValueEventArgs^ e
) override

Parameters

e
Type: System.Drawing.Design::PaintValueEventArgs^

What to paint and where to paint it.

Painting should be done within the boundaries of the provided rectangle.

.NET Framework
Available since 1.1
Return to top
Show: