'Declaration Protected Overloads Overridable Sub OnPaint( _
ByVal eThe System.Windows.Forms.PaintEventArgs instance containing the event data.As System.Windows.Forms.PaintEventArgs, _
ByVal imageThe image, where this tool must be painted.As Vintasoft.Imaging.VintasoftImage _
)
protected virtual void OnPaint(
System.Windows.Forms.PaintEventArgs e,
Vintasoft.Imaging.VintasoftImage image
)
protected: virtual void OnPaint(
System.Windows.Forms.PaintEventArgs* e,
Vintasoft.Imaging.VintasoftImage* image
)
protected:
virtual void OnPaint(
System.Windows.Forms.PaintEventArgs^ e,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- e
- The System.Windows.Forms.PaintEventArgs instance containing the event data.
- image
- The image, where this tool must be painted.