'Declaration Protected Overloads Overrides 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 override void OnPaint(
System.Windows.Forms.PaintEventArgs e,
Vintasoft.Imaging.VintasoftImage image
)
protected: void OnPaint(
System.Windows.Forms.PaintEventArgs* e,
Vintasoft.Imaging.VintasoftImage* image
); override
protected:
void OnPaint(
System.Windows.Forms.PaintEventArgs^ e,
Vintasoft.Imaging.VintasoftImage^ image
); override
Parameters
- e
- The System.Windows.Forms.PaintEventArgs instance containing the event data.
- image
- The image, where this tool must be painted.