ImageEditor::PaintValue Method (PaintValueEventArgs^)

 

Paints a value indicated by the specified PaintValueEventArgs.

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^

A PaintValueEventArgs indicating what to paint and where to paint it.

To display the representation of the value in a typical property sheet format, paint within the boundaries of the Rectangle contained within the specified PaintValueEventArgs.

.NET Framework
Available since 1.1
Return to top
Show: