MobileForms Toolkit Documentation

ImageBox.OnPaint Method 

Paints the image into the client area and raises the Paint event.

protected override void OnPaint(
PaintEventArgs e
);

Parameters

e
A PaintEventArgs that contains the event data.

Remarks

Since ImageBox control only paints the underlying CompactImage object into its client area, further painting (by handling the Paint event) does not affect the underlying CompactImage.

See Also

ImageBox Class | Resco.Controls.ImageBox Namespace