ColorEditor.PaintValue(PaintValueEventArgs) Method

Definition

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

public:
 override void PaintValue(System::Drawing::Design::PaintValueEventArgs ^ e);
public override void PaintValue (System.Drawing.Design.PaintValueEventArgs e);
override this.PaintValue : System.Drawing.Design.PaintValueEventArgs -> unit
Public Overrides Sub PaintValue (e As PaintValueEventArgs)

Parameters

e
PaintValueEventArgs

What to paint and where to paint it.

Remarks

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

Applies to