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
)
Public Overrides Sub PaintValue (
e As PaintValueEventArgs
)
Parameters
- e
- Type: System.Drawing.DesignPaintValueEventArgs
A PaintValueEventArgs that indicates what to paint and where to paint it.
See Also