Click or drag to resize

AtalaImageEditorPaintValue Method (PaintValueEventArgs)

Paints a representation of the value of an object using the specified PaintValueEventArgs.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override void PaintValue(
	PaintValueEventArgs e
)

Parameters

e
Type: System.Drawing.DesignPaintValueEventArgs
A PaintValueEventArgs that indicates what to paint and where to paint it.
See Also